]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-101440: fix json snippet error in logging-cookbook.rst (GH-101439)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 31 Jan 2023 15:38:28 +0000 (07:38 -0800)
committerGitHub <noreply@github.com>
Tue, 31 Jan 2023 15:38:28 +0000 (07:38 -0800)
(cherry picked from commit 20c11f2e600e1c0bf42de4d6f2fb3ce5ccc2587c)

Co-authored-by: Peter Jiping Xie <peter.jp.xie@gmail.com>
Doc/howto/logging-cookbook.rst

index 66945bdf63eb202fb6537daa20ee3925e0b10f32..8b1e7e48bff7ec6803e65d9a304e7a60b8e2fcf1 100644 (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",