fixed logging formatter
This commit is contained in:
parent
0cd3e15f34
commit
3b4c10f32f
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ class Config:
|
|||
|
||||
coloredlogs.install(
|
||||
level=numeric_level,
|
||||
fmt="%(asctime)s [%(threadName)-12.12s] [%(levelname)-5.5s] %(message)s",
|
||||
fmt="%(asctime)s [%(name)s] [%(levelname)-5.5s] %(message)s",
|
||||
datefmt='%H:%M:%S'
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue