diff options
author | Erik Johnston <erik@matrix.org> | 2020-10-27 14:13:14 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2020-10-27 14:13:14 +0000 |
commit | bcb6b243e9e6d0d7c8744e152ed447cbbb58b32e (patch) | |
tree | 7c173749c83a7738042bd17786ca8d9f5bf7a9ec /synapse/config/logger.py | |
parent | Merge branch 'release-v1.22.0' into matrix-org-hotfixes (diff) | |
parent | Add admin API to list users' local media (#8647) (diff) | |
download | synapse-bcb6b243e9e6d0d7c8744e152ed447cbbb58b32e.tar.xz |
Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixes
Diffstat (limited to 'synapse/config/logger.py')
-rw-r--r-- | synapse/config/logger.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/config/logger.py b/synapse/config/logger.py index 13d6f6a3ea..6b7be28aee 100644 --- a/synapse/config/logger.py +++ b/synapse/config/logger.py @@ -105,7 +105,7 @@ root: # then write them to a file. # # Replace "buffer" with "console" to log to stderr instead. (Note that you'll - # also need to update the configuation for the `twisted` logger above, in + # also need to update the configuration for the `twisted` logger above, in # this case.) # handlers: [buffer] |