summary refs log tree commit diff
path: root/develop/structured_logging.html
diff options
context:
space:
mode:
authorclokep <clokep@users.noreply.github.com>2022-02-09 20:57:08 +0000
committerclokep <clokep@users.noreply.github.com>2022-02-09 20:57:08 +0000
commitf7c62fe38de1eaef1c8a210eaaf219bbd42a0d58 (patch)
treee9489a6442d28a6e92d5325c7a47f017eb56c8ae /develop/structured_logging.html
parentdeploy: 6f440fd859c411af8c32478b4353f7550619c3bd (diff)
downloadsynapse-f7c62fe38de1eaef1c8a210eaaf219bbd42a0d58.tar.xz
deploy: 3914576b2b6272a4be790c89d87649d257018dcf
Diffstat (limited to '')
-rw-r--r--develop/structured_logging.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/develop/structured_logging.html b/develop/structured_logging.html
index c91ef48966..e35bd493ec 100644
--- a/develop/structured_logging.html
+++ b/develop/structured_logging.html
@@ -305,7 +305,7 @@ formatters:
 handlers:
     console:
         class: logging.StreamHandler
-        location: ext://sys.stdout
+        stream: ext://sys.stdout
     file:
         class: logging.FileHandler
         formatter: json