summary refs log tree commit diff
path: root/docs/structured_logging.md
diff options
context:
space:
mode:
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