mirror of
https://github.com/python/cpython.git
synced 2025-11-12 07:02:33 +00:00
gh-101440: fix json snippet error in logging-cookbook.rst (#101439)
This commit is contained in:
parent
df0068ce48
commit
20c11f2e60
1 changed files with 1 additions and 1 deletions
|
|
@ -307,7 +307,7 @@ Suppose you configure logging with the following JSON:
|
||||||
"class": "logging.StreamHandler",
|
"class": "logging.StreamHandler",
|
||||||
"level": "INFO",
|
"level": "INFO",
|
||||||
"formatter": "simple",
|
"formatter": "simple",
|
||||||
"stream": "ext://sys.stdout",
|
"stream": "ext://sys.stdout"
|
||||||
},
|
},
|
||||||
"stderr": {
|
"stderr": {
|
||||||
"class": "logging.StreamHandler",
|
"class": "logging.StreamHandler",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue