fix: make bridge logging ERROR only

Decryption happens on the bridges (between systems) so in order to stop
plaintext logging of chat messages, we default to ERROR. If people need
more, they can submit changes for customisation.
This commit is contained in:
decentral1se
2023-01-08 01:11:58 +01:00
parent 9b12e4a0eb
commit 245e81e4bb
4 changed files with 11 additions and 11 deletions

View File

@ -534,11 +534,11 @@ logging:
formatter: colored
loggers:
mau:
level: DEBUG
level: ERROR
telethon:
level: INFO
level: ERROR
aiohttp:
level: INFO
level: ERROR
root:
level: DEBUG
level: ERROR
handlers: [file, console]