Simplify Prerequisites a bit
Don't mention systemd-journald adjustment anymore, because we've changed log levels to WARNING and Synapse is not chatty by default anymore. The "excessive log messages may get dropped on CentOS" issue no longer applies to most users and we shouldn't bother them with it.
This commit is contained in:
@ -79,7 +79,12 @@ matrix_synapse_tmp_directory_size_mb: "{{ matrix_synapse_max_upload_size_mb * 50
|
||||
# Log levels
|
||||
# Possible options are defined here https://docs.python.org/3/library/logging.html#logging-levels
|
||||
# warning: setting log level to DEBUG will make synapse log sensitive information such
|
||||
# as access tokens
|
||||
# as access tokens.
|
||||
#
|
||||
# Increasing verbosity may lead to an excessive amount of log messages being generated,
|
||||
# some of which may get dropped by systemd-journald on certain distributions (like CentOS 7).
|
||||
# You can work around it by adding `RateLimitInterval=0` and `RateLimitBurst=0` under `[Storage]` in
|
||||
# `/etc/systemd/journald.conf` and restarting the logging service (`systemctl restart systemd-journald`).
|
||||
matrix_synapse_log_level: "WARNING"
|
||||
matrix_synapse_storage_sql_log_level: "WARNING"
|
||||
matrix_synapse_root_log_level: "WARNING"
|
||||
|
Reference in New Issue
Block a user