WIP, not functional
This commit is contained in:
14
config/.rich_logging.yaml
Normal file
14
config/.rich_logging.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
version: 1
|
||||
disable_existing_loggers: false
|
||||
formatters:
|
||||
rich:
|
||||
style: "{"
|
||||
format: "[room]{appname}[/] {message}"
|
||||
datefmt: '%H:%M:%S.%f'
|
||||
handlers:
|
||||
rich:
|
||||
formatter: rich
|
||||
'()': 'rich.logging.RichHandler'
|
||||
markup: True
|
||||
show_path: false
|
||||
omit_repeated_times: false
|
||||
Reference in New Issue
Block a user