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

Commit

Permalink
Remove outdated comment in log config
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
anoadragon453 committed May 22, 2023
1 parent c5d1e6d commit 125216f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions docs/sample_log_config.yaml
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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

0 comments on commit 125216f

Please sign in to comment.