]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-133577: Add parameter `formatter` to `logging.basicConfig` (GH-133578)
authorSebastian Pipping <sebastian@pipping.org>
Wed, 14 May 2025 06:45:00 +0000 (08:45 +0200)
committerGitHub <noreply@github.com>
Wed, 14 May 2025 06:45:00 +0000 (07:45 +0100)
commit2eb49d278e081b0cde057c1ffc2e8cd24ae39225
tree4ccb239714bbfc24e220032f4d7d0f233a7da63a
parent9ad0c7b0f14c5fcda6bfae6692c88abb95502d38
gh-133577: Add parameter `formatter` to `logging.basicConfig` (GH-133578)
Doc/library/logging.rst
Lib/logging/__init__.py
Lib/test/test_logging.py
Misc/NEWS.d/next/Library/2025-05-07-14-36-30.gh-issue-133577.BggPk9.rst [new file with mode: 0644]