summary refs log tree commit diff
path: root/docs/structured_logging.md
diff options
context:
space:
mode:
authorSean Quah <seanq@element.io>2022-02-15 11:40:00 +0000
committerSean Quah <seanq@element.io>2022-02-15 11:40:00 +0000
commitc5ba1d67b1aeb06f656119e8f0480451a8c1e94f (patch)
treef7cb6994ca02a1c63febd6031a944776f6f46691 /docs/structured_logging.md
parentPrintf debugging for MSISDN validation (#11882) (diff)
parentUpdate CHANGES.md (diff)
downloadsynapse-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.md2
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