diff options
| author | Josef Gustafsson <josef.gson@gmail.com> | 2015-09-30 11:09:41 +0200 |
|---|---|---|
| committer | Josef Gustafsson <josef.gson@gmail.com> | 2015-09-30 11:09:41 +0200 |
| commit | 88fb87dcf0a64d420243ea4b8ea59fea575c91b1 (patch) | |
| tree | 1bf0f2057396627321e6ff069f111205ae748d8d /monitor/monitor_conf.py | |
| parent | 9a8557ebf15d61661b621c559aabecddeb5b6a08 (diff) | |
more verbose logging, including proofs
Diffstat (limited to 'monitor/monitor_conf.py')
| -rw-r--r-- | monitor/monitor_conf.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/monitor/monitor_conf.py b/monitor/monitor_conf.py index 61df927..ca7b254 100644 --- a/monitor/monitor_conf.py +++ b/monitor/monitor_conf.py @@ -28,6 +28,9 @@ MONITORED_DOMAINS = [ # "*.se", ] +# Some strings +ERROR_STR = "ERROR: " + # CT logs and associated keys CTLOGS = [ {"name" : "pilot", @@ -88,3 +91,4 @@ CTLOGS = [ + |
