mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Include threadname and time in pytest logs (#69307)
* Include threadname and time in pytest logs * Add failing test * Include the name of the logger * Revert "Add failing test" This reverts commit 5dbc1375722909cb5a0022b3e1c021f3bb5415cb.
This commit is contained in:
parent
ec131d685e
commit
821908ca45
@ -153,3 +153,5 @@ norecursedirs = [
|
||||
".git",
|
||||
"testing_config",
|
||||
]
|
||||
log_format = "%(asctime)s.%(msecs)03d %(levelname)-8s %(threadName)s %(name)s:%(filename)s:%(lineno)s %(message)s"
|
||||
log_date_format = "%Y-%m-%d %H:%M:%S"
|
||||
|
Loading…
x
Reference in New Issue
Block a user