Allow Synapse log levels to be configured (#23)

This commit is contained in:
Aaron Raimist
2018-11-14 13:39:52 -06:00
parent 691e52a45e
commit ddec99b899
3 changed files with 25 additions and 3 deletions

View File

@ -1,3 +1,17 @@
# 2018-11-14
## Ability to set Synapse log levels
The playbook now allows you to set the log levels used by Synapse. The default logging levels remain the same.
You can now override following variables with any of the supported log levels listed here: https://docs.python.org/3/library/logging.html#logging-levels
```
matrix_synapse_log_level: "INFO"
matrix_synapse_storage_sql_log_level: "INFO"
matrix_synapse_root_log_level: "INFO"
```
# 2018-11-03
## Customize parts of Riot's config