Merge "Do not truncate the error messages"
This commit is contained in:
commit
eda2b56e3c
@ -510,7 +510,7 @@ class KollaWorker(object):
|
|||||||
LOG.info("Images that failed to build")
|
LOG.info("Images that failed to build")
|
||||||
LOG.info("===========================")
|
LOG.info("===========================")
|
||||||
for name, status in six.iteritems(self.image_statuses_bad):
|
for name, status in six.iteritems(self.image_statuses_bad):
|
||||||
LOG.error('%s\r\t\t\t Failed with status: %s', name, status)
|
LOG.error('%s Failed with status: %s', name, status)
|
||||||
|
|
||||||
if self.image_statuses_unmatched:
|
if self.image_statuses_unmatched:
|
||||||
LOG.debug("Images not matched for build by regex")
|
LOG.debug("Images not matched for build by regex")
|
||||||
|
Loading…
Reference in New Issue
Block a user