Add an enable button, to disable Logging.

Refactor out logging code into its own module for cleanliness.
This commit is contained in:
Colin Kuskie 2009-02-11 17:11:24 -08:00 committed by Patrick Donelan
parent f676bfc536
commit 4df4862c68
4 changed files with 23 additions and 10 deletions

View file

@ -123,6 +123,18 @@ home\?func=match, or<br />
context => q|Button label to begin analyzing the logs.|
},
'Enabled?' => {
message => q|Enable Passive Analytics?|,
lastUpdated => 0,
context => q||
},
'Enabled? help' => {
message => q|Passive Analytics will do no logging until enabled.|,
lastUpdated => 0,
context => q||
},
'Regular Expression Error:' => {
message => q|Regular Expression Error:|,
lastUpdated => 0,