Make maubot logging level configurable

Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1894
This commit is contained in:
Slavi Pantaleev
2022-07-20 13:03:50 +03:00
parent b575409ed7
commit 5ce2732899
2 changed files with 7 additions and 4 deletions

View File

@ -97,11 +97,11 @@ logging:
formatter: colored
loggers:
maubot:
level: DEBUG
level: {{ matrix_bot_maubot_logging_level|to_json }}
mau:
level: DEBUG
level: {{ matrix_bot_maubot_logging_level|to_json }}
aiohttp:
level: INFO
level: {{ matrix_bot_maubot_logging_level|to_json }}
root:
level: DEBUG
level: {{ matrix_bot_maubot_logging_level|to_json }}
handlers: [console]