Add synapse to ansible

This commit is contained in:
Tobias Reisinger 2023-12-11 17:17:15 +01:00
parent e006f44dd6
commit 67d0c8d875
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
9 changed files with 164 additions and 131 deletions
_ansible/roles/synapse/files

View file

@ -0,0 +1,22 @@
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