diff options
Diffstat (limited to 'app/im/config/synapse.log.config.yaml')
-rw-r--r-- | app/im/config/synapse.log.config.yaml | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/app/im/config/synapse.log.config.yaml b/app/im/config/synapse.log.config.yaml deleted file mode 100644 index 0b5622e..0000000 --- a/app/im/config/synapse.log.config.yaml +++ /dev/null @@ -1,23 +0,0 @@ -version: 1 - -formatters: - precise: - format: '%(asctime)s - %(name)s - %(lineno)d - %(levelname)s - %(request)s - %(message)s' - - -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: - level: INFO - handlers: [console] - -disable_existing_loggers: false |