gh-101440: fix json snippet error in logging-cookbook.rst (#101439)

This commit is contained in:
Peter Jiping Xie 2023-02-01 02:30:38 +11:00 committed by GitHub
parent df0068ce48
commit 20c11f2e60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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