Tweak log config

This commit is contained in:
Stéphane Bidoul 2021-11-16 21:33:58 +01:00
parent 442b4e437d
commit b57a2ffe4e
No known key found for this signature in database
GPG key ID: BCAB2555446B5B92

View file

@ -3,7 +3,7 @@ disable_existing_loggers: false
formatters: formatters:
rich: rich:
datefmt: "[%X]" datefmt: "[%X]"
# format: "%(name)25s %(message)s" format: "%(message)s [%(name)s]"
handlers: handlers:
console: console:
class: rich.logging.RichHandler class: rich.logging.RichHandler