# Documentation There is an extra comma (,) in the json snippet in Doc/howto/logging-cookbook.rst as follows. ```diff Suppose you configure logging with the following JSON: .. code-block:: json ... "class": "logging.StreamHandler", "level": "INFO", "formatter": "simple", - "stream": "ext://sys.stdout", + "stream": "ext://sys.stdout" }, "stderr": { ``` <!-- gh-linked-prs --> ### Linked PRs * gh-101439 * gh-101463 * gh-101464 <!-- /gh-linked-prs -->