WIP, not functional

This commit is contained in:
John Lancaster
2024-05-07 07:55:21 -05:00
parent 7b67d062a0
commit a7b27cf916
4 changed files with 68 additions and 25 deletions

14
config/.rich_logging.yaml Normal file
View 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