diff options
author | Daniel Watkins <oddbloke@ubuntu.com> | 2020-12-09 19:24:00 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-09 17:24:00 -0700 |
commit | 1d1649e56e553576240cf4b1fafc098997b9ba6d (patch) | |
tree | 116e223534d8c844158bdccde200974920792cdc /tox.ini | |
parent | 05216aa37e1fad32433dbea102dc3ceae7d8565d (diff) | |
download | vyos-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.ini | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |