[3.11] gh-101440: fix json snippet error in logging-cookbook.rst (GH-101439) (GH-101463)
https://github.com/python/cpython/commit/5e498072dcb7fe4980ffee45631fd2f6566... commit: 5e498072dcb7fe4980ffee45631fd2f65665ec49 branch: 3.11 author: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> committer: miss-islington <31488909+miss-islington@users.noreply.github.com> date: 2023-01-31T07:51:48-08:00 summary: [3.11] gh-101440: fix json snippet error in logging-cookbook.rst (GH-101439) (GH-101463) (cherry picked from commit 20c11f2e600e1c0bf42de4d6f2fb3ce5ccc2587c) Co-authored-by: Peter Jiping Xie <peter.jp.xie@gmail.com> Automerge-Triggered-By: GH:hugovk files: M Doc/howto/logging-cookbook.rst diff --git a/Doc/howto/logging-cookbook.rst b/Doc/howto/logging-cookbook.rst index 2ba5b5c13681..97e990d0dd07 100644 --- a/Doc/howto/logging-cookbook.rst +++ b/Doc/howto/logging-cookbook.rst @@ -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",
participants (1)
-
miss-islington