Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 125216f

Browse files
committed
Remove outdated comment in log config
The now-removed comment was introduced in #8040, and referenced a "twisted" logging handler. That handler has since been removed from the file, so the associated comment is no longer necessary.
1 parent c5d1e6d commit 125216f

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

docs/sample_log_config.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,7 @@ root:
6868
# Write logs to the `buffer` handler, which will buffer them together in memory,
6969
# then write them to a file.
7070
#
71-
# Replace "buffer" with "console" to log to stderr instead. (Note that you'll
72-
# also need to update the configuration for the `twisted` logger above, in
73-
# this case.)
71+
# Replace "buffer" with "console" to log to stderr instead.
7472
#
7573
handlers: [buffer]
7674

synapse/config/logger.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,7 @@
117117
# Write logs to the `buffer` handler, which will buffer them together in memory,
118118
# then write them to a file.
119119
#
120-
# Replace "buffer" with "console" to log to stderr instead. (Note that you'll
121-
# also need to update the configuration for the `twisted` logger above, in
122-
# this case.)
120+
# Replace "buffer" with "console" to log to stderr instead.
123121
#
124122
handlers: [buffer]
125123

0 commit comments

Comments
 (0)