runboat/log-config-dev.yaml
Stéphane Bidoul d90ffad1aa
Update README
2021-10-28 18:20:21 +02:00

14 lines
247 B
YAML

version: 1
disable_existing_loggers: false
formatters:
rich:
datefmt: "[%X]"
handlers:
console:
class: rich.logging.RichHandler
level: NOTSET
formatter: rich
rich_tracebacks: true
root:
level: DEBUG
handlers: [console]