]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-101440: fix json snippet error in logging-cookbook.rst (#101439)
authorPeter Jiping Xie <peter.jp.xie@gmail.com>
Tue, 31 Jan 2023 15:30:38 +0000 (02:30 +1100)
committerGitHub <noreply@github.com>
Tue, 31 Jan 2023 15:30:38 +0000 (17:30 +0200)
Doc/howto/logging-cookbook.rst

index 26cf40274fd3e227b4788af1115b03373c7e30c4..7661249ad522fa0ccc60992f6c7dc2d8bedf955d 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",