Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 9019660

Browse files
authored
Fix stream location for StreamHandler
This should read `stream` instead of `location`.
1 parent d0e78af commit 9019660

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/structured_logging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ formatters:
141141
handlers:
142142
console:
143143
class: logging.StreamHandler
144-
location: ext://sys.stdout
144+
stream: ext://sys.stdout
145145
file:
146146
class: logging.FileHandler
147147
formatter: json

0 commit comments

Comments
 (0)