14 lines
521 B
Diff
14 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
|