913ee1bd96
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()
13 lines
521 B
Diff
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
|