Skip to content

Commit

Permalink
pythongh-101440: fix json snippet error in logging-cookbook.rst (pyth…
Browse files Browse the repository at this point in the history
…onGH-101439)

(cherry picked from commit 20c11f2)

Co-authored-by: Peter Jiping Xie <[email protected]>
  • Loading branch information
peterjpxie authored and miss-islington committed Jan 31, 2023
1 parent ca11848 commit 17150be
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 17150be

Please sign in to comment.