void-packages/srcpkgs/synapse/patches/sample_log_config.patch
Joel Beckmeyer 913ee1bd96 synapse: update to 1.49.0.
Remove outdated INSTALL and include default configs in package instead

Remove unneeded `finish` script from `synapse` service

Use `synapse_homeserver` entrypoint instead of calling python directly

Redirect stderr to stdout so that errors with config can be seen by user

Support ${makejobs} in do_check()
2021-12-19 16:55:32 -03:00

13 lines
521 B
Diff

diff --git a/docs/sample_log_config.yaml b/docs/sample_log_config.yaml
index 2485ad25e..71465726b 100644
--- a/docs/sample_log_config.yaml
+++ b/docs/sample_log_config.yaml
@@ -19,7 +19,7 @@ handlers:
file:
class: logging.handlers.TimedRotatingFileHandler
formatter: precise
- filename: /var/log/matrix-synapse/homeserver.log
+ filename: /var/log/synapse/homeserver.log
when: midnight
backupCount: 3 # Does not include the current log file.
encoding: utf8