summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorDaniel Watkins <oddbloke@ubuntu.com>2020-12-09 19:24:00 -0500
committerGitHub <noreply@github.com>2020-12-09 17:24:00 -0700
commit1d1649e56e553576240cf4b1fafc098997b9ba6d (patch)
tree116e223534d8c844158bdccde200974920792cdc /tox.ini
parent05216aa37e1fad32433dbea102dc3ceae7d8565d (diff)
downloadvyos-cloud-init-1d1649e56e553576240cf4b1fafc098997b9ba6d.tar.gz
vyos-cloud-init-1d1649e56e553576240cf4b1fafc098997b9ba6d.zip
integration_tests: include timestamp in log output (#720)
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 2 insertions, 0 deletions
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)