From 1d1649e56e553576240cf4b1fafc098997b9ba6d Mon Sep 17 00:00:00 2001 From: Daniel Watkins Date: Wed, 9 Dec 2020 19:24:00 -0500 Subject: integration_tests: include timestamp in log output (#720) --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index 2e242551..7c71f0f6 100644 --- a/tox.ini +++ b/tox.ini @@ -164,6 +164,8 @@ setenv = # TODO: s/--strict/--strict-markers/ once xenial support is dropped testpaths = cloudinit tests/unittests addopts = --strict +log_format = %(asctime)s %(levelname)-9s %(name)s:%(filename)s:%(lineno)d %(message)s +log_date_format = %Y-%m-%d %H:%M:%S markers = allow_subp_for: allow subp usage for the given commands (disable_subp_usage) allow_all_subp: allow all subp usage (disable_subp_usage) -- cgit v1.2.3