summaryrefslogtreecommitdiff
path: root/monitor/josef_logreader.py
diff options
context:
space:
mode:
authorJosef Gustafsson <josef.gson@gmail.com>2015-09-22 09:11:30 +0200
committerJosef Gustafsson <josef.gson@gmail.com>2015-09-22 09:11:30 +0200
commit95ff3d4fcd68e238667d12a9038af87d47d022b8 (patch)
treef8bde9086ae4d1b6af6618a32638a3d04b8d4075 /monitor/josef_logreader.py
parent4f3be5f797b16519c69fa2e34f999941bd6ce821 (diff)
adding issuer filter to reader
Diffstat (limited to 'monitor/josef_logreader.py')
-rwxr-xr-xmonitor/josef_logreader.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/monitor/josef_logreader.py b/monitor/josef_logreader.py
index d261fd4..4be2a55 100755
--- a/monitor/josef_logreader.py
+++ b/monitor/josef_logreader.py
@@ -87,7 +87,7 @@ def print_errors(l):
if "ERROR" in line:
print item[:-1]
if line[:len(START_STR)] == START_STR:
- # break # comment this line to print all errors ever
+ break # comment this line to print all errors ever
pass