Include threadname and time in pytest logs

This commit is contained in:
Erik
2022-04-05 00:57:52 +02:00
parent 9cd83c8b48
commit 56a246569a

View File

@@ -153,3 +153,5 @@ norecursedirs = [
".git", ".git",
"testing_config", "testing_config",
] ]
log_format = "%(asctime)s.%(msecs)03d %(levelname)-8s %(threadName)s %(filename)s:%(lineno)s %(message)s"
log_date_format = "%Y-%m-%d %H:%M:%S"