From 3914576b2b6272a4be790c89d87649d257018dcf Mon Sep 17 00:00:00 2001 From: Brad Jones Date: Wed, 9 Feb 2022 13:56:33 -0700 Subject: Fix example for structured logging. (#11946) The StreamHandler takes a stream parameter, not location. --- docs/structured_logging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/structured_logging.md') 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 -- cgit 1.5.1