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

Remove outdated comment in log config #15648

Merged
merged 2 commits into from May 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog.d/15648.doc
@@ -0,0 +1 @@
Remove outdated comment from the generated and sample homeserver log configs.
4 changes: 1 addition & 3 deletions docs/sample_log_config.yaml
Expand Up @@ -68,9 +68,7 @@ root:
# Write logs to the `buffer` handler, which will buffer them together in memory,
# then write them to a file.
#
# Replace "buffer" with "console" to log to stderr instead. (Note that you'll
# also need to update the configuration for the `twisted` logger above, in
# this case.)
# Replace "buffer" with "console" to log to stderr instead.
#
handlers: [buffer]

Expand Down
4 changes: 1 addition & 3 deletions synapse/config/logger.py
Expand Up @@ -117,9 +117,7 @@
# Write logs to the `buffer` handler, which will buffer them together in memory,
# then write them to a file.
#
# Replace "buffer" with "console" to log to stderr instead. (Note that you'll
# also need to update the configuration for the `twisted` logger above, in
# this case.)
# Replace "buffer" with "console" to log to stderr instead.
#
handlers: [buffer]

Expand Down