Skip to content

Commit

Permalink
gh-101440: fix json snippet error in logging-cookbook.rst (GH-101439)
Browse files Browse the repository at this point in the history
(cherry picked from commit 20c11f2)

Co-authored-by: Peter Jiping Xie <[email protected]>
  • Loading branch information
miss-islington and peterjpxie authored Jan 31, 2023
1 parent ca11848 commit 6b2ed1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/howto/logging-cookbook.rst
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ Suppose you configure logging with the following JSON:
"class": "logging.StreamHandler",
"level": "INFO",
"formatter": "simple",
"stream": "ext://sys.stdout",
"stream": "ext://sys.stdout"
},
"stderr": {
"class": "logging.StreamHandler",
Expand Down

0 comments on commit 6b2ed1c

Please sign in to comment.