Remove Dendrite file logging

We refrain from logging to files for all components,
because we rely on systemd-journald anyway.
This commit is contained in:
Slavi Pantaleev
2021-10-27 14:14:21 +03:00
parent 953a9ac718
commit ccd3dc7a57
5 changed files with 10 additions and 27 deletions

View File

@ -53,10 +53,6 @@ matrix_dendrite_max_file_size_bytes: 10485760
# The tmpfs at /tmp needs to be large enough to handle multiple concurrent file uploads.
matrix_dendrite_tmp_directory_size_mb: 500
# Log levels
matrix_dendrite_log_level: "warning"
matrix_dendrite_log_path: "/var/log/dendrite"
# Rate limits
matrix_dendrite_rate_limiting_enabled: true
matrix_dendrite_rate_limiting_threshold: 5