]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-115233: Fix an example in the Logging Cookbook (GH-115325)
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 12 Feb 2024 16:24:45 +0000 (18:24 +0200)
committerGitHub <noreply@github.com>
Mon, 12 Feb 2024 16:24:45 +0000 (18:24 +0200)
commit91822018eeba12a6c9eabbc748363b2fd4291b30
tree048ca3476c3f2bccf0ce450c2d23e3b14bcffe7a
parent814466101790d4381ca4800c3d3b0cc0aad50c62
gh-115233: Fix an example in the Logging Cookbook (GH-115325)

Also add more tests for LoggerAdapter.

Also support stacklevel in LoggerAdapter._log().
Doc/howto/logging-cookbook.rst
Lib/logging/__init__.py
Lib/test/test_logging.py
Misc/NEWS.d/next/Documentation/2024-02-12-12-26-17.gh-issue-115233.aug6r9.rst [new file with mode: 0644]