Remove outdated comment in log config (#15648)

This commit is contained in:
Andrew Morgan
2023-05-22 17:58:58 +00:00
committed by GitHub
parent c5d1e6d414
commit 737f7ddf58
3 changed files with 3 additions and 6 deletions
+1
View File
@@ -0,0 +1 @@
Remove outdated comment from the generated and sample homeserver log configs.
+1 -3
View File
@@ -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]
+1 -3
View File
@@ -117,9 +117,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]