Include threadname and time in pytest logs
parent
9cd83c8b48
commit
56a246569a
|
@ -153,3 +153,5 @@ norecursedirs = [
|
|||
".git",
|
||||
"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"
|
||||
|
|
Loading…
Reference in New Issue