Try to get some actual log output out of this

Signed-off-by: nvsickle <nvsickle@amazon.com>
main
nvsickle 5 years ago
parent 0b3dab1cf8
commit 3ee15f1912

@ -133,7 +133,7 @@ class LogMonitor(object):
except AssertionError: # Raised by waiter when timeout is reached. except AssertionError: # Raised by waiter when timeout is reached.
logger.warning(f"Timeout of '{timeout}' seconds was reached, log lines may not have been found") logger.warning(f"Timeout of '{timeout}' seconds was reached, log lines may not have been found")
# exception will be raised below by _validate_results with failure analysis # exception will be raised below by _validate_results with failure analysis
finally:
logger.info("Python log output:\n" + self.py_log) logger.info("Python log output:\n" + self.py_log)
logger.info( logger.info(
"Finished log monitoring for '{}' seconds, validating results.\n" "Finished log monitoring for '{}' seconds, validating results.\n"

Loading…
Cancel
Save