infrastructure/coreos-config/plays/services/matrix/synapse-config/tobiasmanske.de.log.config

33 lines
475 B
Plaintext
Raw Normal View History

2022-11-12 14:24:54 +01:00
version: 1
formatters:
precise:
2022-12-02 04:05:41 +01:00
2022-11-12 14:24:54 +01:00
format: '%(asctime)s - %(name)s - %(lineno)d - %(levelname)s - %(request)s - %(message)s'
2022-12-02 04:05:41 +01:00
2022-11-12 14:24:54 +01:00
handlers:
console:
class: logging.StreamHandler
formatter: precise
loggers:
synapse.storage.SQL:
# beware: increasing this to DEBUG will make synapse log sensitive
# information such as access tokens.
level: INFO
root:
2022-12-02 04:05:41 +01:00
level: WARNING
2022-11-12 14:24:54 +01:00
handlers: [console]
2022-12-02 04:05:41 +01:00
disable_existing_loggers: false