diff options
author | Daniel Smith <daniel.smith@ericsson.com> | 2015-12-09 10:13:42 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2015-12-09 10:13:42 +0000 |
commit | 2b77b2b8cf6921f2f13a5f280786fa5b311397da (patch) | |
tree | ed43e1444308063329421007aa1318b5a1e3316f | |
parent | 2e2d69dcef35b57c57f30b7f3a96d32353e9bc05 (diff) | |
parent | 7abd2841e87f1cc3128e73055d92864207db4720 (diff) |
Merge "FIX for getting all types of error log messages from /var/log/puppet.log on nodes"
-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 |