]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-92592: Allow logging filters to return a LogRecord. (GH-92591)
authorAdrian Garcia Badaracco <1755071+adriangb@users.noreply.github.com>
Tue, 7 Jun 2022 15:53:57 +0000 (08:53 -0700)
committerGitHub <noreply@github.com>
Tue, 7 Jun 2022 15:53:57 +0000 (16:53 +0100)
commit296081a7cedc032232efc823b7b238710677a9df
treed1e55ace6a60e2448da199451e1d7368bdabf2f2
parent70690c7233aaad4431660a64daef81b5220e2ac1
gh-92592: Allow logging filters to return a LogRecord. (GH-92591)
Doc/howto/logging-cookbook.rst
Doc/library/logging.rst
Lib/logging/__init__.py
Lib/test/test_logging.py
Misc/NEWS.d/next/Library/2022-05-09-22-27-11.gh-issue-92591.V7RCk2.rst [new file with mode: 0644]