diff options
author | Szilard Cserey <szilard.cserey@ericsson.com> | 2015-11-24 19:38:12 +0100 |
---|---|---|
committer | Peter Barabas <peter.barabas@ericsson.com> | 2015-12-09 10:16:24 +0100 |
commit | 7abd2841e87f1cc3128e73055d92864207db4720 (patch) | |
tree | dbb87cf5a183ef216b847f23b88076ca100e732e /deploy/cloud/deployment.py | |
parent | 90722b2a0de85d9b60130883b1b4f7b0e21dcffd (diff) |
FIX for getting all types of error log messages from /var/log/puppet.log on nodes
Change-Id: Id43e74fd3ebd1bd0c62e2aa963793d6b072e3fcc
Signed-off-by: Szilard Cserey <szilard.cserey@ericsson.com>
Diffstat (limited to 'deploy/cloud/deployment.py')
-rw-r--r-- | deploy/cloud/deployment.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy/cloud/deployment.py b/deploy/cloud/deployment.py index 12c1f8978..29134b373 100644 --- a/deploy/cloud/deployment.py +++ b/deploy/cloud/deployment.py @@ -22,7 +22,7 @@ from common import ( delete, ) -SEARCH_TEXT = 'Puppet (err)' +SEARCH_TEXT = '(err)' LOG_FILE = '/var/log/puppet.log' GREP_LINES_OF_LEADING_CONTEXT = 100 GREP_LINES_OF_TRAILING_CONTEXT = 100 |