[3.11] gh-101440: fix json snippet error in logging-cookbook.rst (GH-101439) (GH-101463)

(cherry picked from commit 20c11f2e60)

Co-authored-by: Peter Jiping Xie <peter.jp.xie@gmail.com>

Automerge-Triggered-By: GH:hugovk
This commit is contained in:
Miss Islington (bot) 2023-01-31 07:51:48 -08:00 committed by GitHub
parent 9e4ba5c4bf
commit 5e498072dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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",