From c1aaa3aab3eef31a11b59ee22822e0e5cada5305 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Tue, 27 Nov 2018 14:21:13 +0100 Subject: [PATCH] Add some log level configuration to py.test config Not sure if we want a global DEBUG setting; if it becomes annoying, change it. --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.cfg b/setup.cfg index bd60dc5..bf428e9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,8 @@ [tool:pytest] addopts = -v --cov blender_asset_tracer --cov-report term-missing +log_format = %(asctime)s %(levelname)s %(name)s %(message)s +log_date_format = %Y-%m-%d %H:%M:%S +log_level = DEBUG [pep8] max-line-length = 100