summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorSean Dague <sean.dague@samsung.com>2014-03-26 15:39:05 -0400
committerSean Dague <sean.dague@samsung.com>2014-03-26 15:39:05 -0400
commite2cda41ad571d0ec38cd51d1c4849be884e2e4a2 (patch)
tree2b54b732d68be2c8331428033c03b911c2dce195 /tools
parentd3cbf488f7b919cdecb673ba6460f31a82ac1920 (diff)
downloadtempest-e2cda41ad571d0ec38cd51d1c4849be884e2e4a2.tar.gz
ceilometer-collector now has errors
need to add this to the dirty list to make forward progress. In order to make the results more readable we also need a line break before the log file stanza. Change-Id: I863a8a30384edf27a4ba761c707b5cf673c1f86e
Diffstat (limited to 'tools')
-rwxr-xr-xtools/check_logs.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/check_logs.py b/tools/check_logs.py
index e28c23024..b5b1780c0 100755
--- a/tools/check_logs.py
+++ b/tools/check_logs.py
@@ -37,6 +37,7 @@ allowed_dirty = set([
'ceilometer-alarm-evaluator',
'ceilometer-anotification',
'ceilometer-api',
+ 'ceilometer-collector',
'c-vol',
'g-api',
'h-api',
@@ -90,7 +91,7 @@ def scan_content(name, content, regexp, whitelist):
break
if not whitelisted or dump_all_errors:
if print_log_name:
- print("Log File Has Errors: %s" % name)
+ print("\nLog File Has Errors: %s" % name)
print_log_name = False
if not whitelisted:
had_errors = True