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:
@ -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]
|
||||
|
||||
Reference in New Issue
Block a user