diff options
author | Sean Quah <seanq@element.io> | 2022-02-15 11:40:00 +0000 |
---|---|---|
committer | Sean Quah <seanq@element.io> | 2022-02-15 11:40:00 +0000 |
commit | c5ba1d67b1aeb06f656119e8f0480451a8c1e94f (patch) | |
tree | f7cb6994ca02a1c63febd6031a944776f6f46691 /docs/structured_logging.md | |
parent | Printf debugging for MSISDN validation (#11882) (diff) | |
parent | Update CHANGES.md (diff) | |
download | synapse-c5ba1d67b1aeb06f656119e8f0480451a8c1e94f.tar.xz |
Merge branch 'release-v1.53' into matrix-org-hotfixes
Diffstat (limited to 'docs/structured_logging.md')
-rw-r--r-- | docs/structured_logging.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/structured_logging.md b/docs/structured_logging.md index b1281667e0..14db85f587 100644 --- a/docs/structured_logging.md +++ b/docs/structured_logging.md @@ -141,7 +141,7 @@ formatters: handlers: console: class: logging.StreamHandler - location: ext://sys.stdout + stream: ext://sys.stdout file: class: logging.FileHandler formatter: json |