diff options
author | anoadragon453 <anoadragon453@users.noreply.github.com> | 2023-05-22 18:00:01 +0000 |
---|---|---|
committer | anoadragon453 <anoadragon453@users.noreply.github.com> | 2023-05-22 18:00:01 +0000 |
commit | 4e439876701fe5f1f1b4edf6736a460a3811ca6b (patch) | |
tree | 525978795a820669560698b3f4334f44e3322e13 /develop/usage | |
parent | deploy: a47b2065f066396f41a306076282e86750d06728 (diff) | |
download | synapse-4e439876701fe5f1f1b4edf6736a460a3811ca6b.tar.xz |
deploy: 737f7ddf5873a28d4334dc7f6b25edbaaaf934c7
Diffstat (limited to 'develop/usage')
-rw-r--r-- | develop/usage/configuration/logging_sample_config.html | 4 |
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 "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] |