Adding logging configuration and default to the rest of the mautrixes that don't have them

This commit is contained in:
ThellraAK
2022-07-01 04:05:28 -08:00
parent a6a5f79a6f
commit 1c8f21c738
12 changed files with 42 additions and 24 deletions

View File

@ -404,11 +404,11 @@ logging:
formatter: precise
loggers:
mau:
level: WARNING
level: {{ matrix_mautrix_telegram_logging_level|to_json }}
telethon:
level: WARNING
level: {{ matrix_mautrix_telegram_logging_level|to_json }}
aiohttp:
level: WARNING
level: {{ matrix_mautrix_telegram_logging_level|to_json }}
root:
level: WARNING
level: {{ matrix_mautrix_telegram_logging_level|to_json }}
handlers: [console]