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

Commit

Permalink
Fix stream location for StreamHandler
Browse files Browse the repository at this point in the history
This should read `stream` instead of `location`.
  • Loading branch information
bradjones1 authored Feb 9, 2022
1 parent d0e78af commit 9019660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/structured_logging.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ formatters:
handlers:
console:
class: logging.StreamHandler
location: ext://sys.stdout
stream: ext://sys.stdout
file:
class: logging.FileHandler
formatter: json
Expand Down

0 comments on commit 9019660

Please sign in to comment.