Tweak log config
This commit is contained in:
parent
442b4e437d
commit
b57a2ffe4e
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ disable_existing_loggers: false
|
|||
formatters:
|
||||
rich:
|
||||
datefmt: "[%X]"
|
||||
# format: "%(name)25s %(message)s"
|
||||
format: "%(message)s [%(name)s]"
|
||||
handlers:
|
||||
console:
|
||||
class: rich.logging.RichHandler
|
||||
|
|
|
|||
Loading…
Reference in a new issue