summary refs log tree commit diff
path: root/develop/usage
diff options
context:
space:
mode:
authoranoadragon453 <anoadragon453@users.noreply.github.com>2023-05-22 18:00:01 +0000
committeranoadragon453 <anoadragon453@users.noreply.github.com>2023-05-22 18:00:01 +0000
commit4e439876701fe5f1f1b4edf6736a460a3811ca6b (patch)
tree525978795a820669560698b3f4334f44e3322e13 /develop/usage
parentdeploy: a47b2065f066396f41a306076282e86750d06728 (diff)
downloadsynapse-4e439876701fe5f1f1b4edf6736a460a3811ca6b.tar.xz
deploy: 737f7ddf5873a28d4334dc7f6b25edbaaaf934c7
Diffstat (limited to 'develop/usage')
-rw-r--r--develop/usage/configuration/logging_sample_config.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/develop/usage/configuration/logging_sample_config.html b/develop/usage/configuration/logging_sample_config.html
index 34c640f73d..69f10b9a34 100644
--- a/develop/usage/configuration/logging_sample_config.html
+++ b/develop/usage/configuration/logging_sample_config.html
@@ -225,9 +225,7 @@ root:
     # Write logs to the `buffer` handler, which will buffer them together in memory,
     # then write them to a file.
     #
-    # Replace &quot;buffer&quot; with &quot;console&quot; to log to stderr instead. (Note that you'll
-    # also need to update the configuration for the `twisted` logger above, in
-    # this case.)
+    # Replace &quot;buffer&quot; with &quot;console&quot; to log to stderr instead.
     #
     handlers: [buffer]