summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorBar Harel <bharel@barharel.com>2023-04-12 07:35:56 (GMT)
committerGitHub <noreply@github.com>2023-04-12 07:35:56 (GMT)
commit8f54302ab49a07e857843f1a551db5ddb536ce56 (patch)
treece22dc0d943450b642a69290303c956385b8740a /Misc/NEWS.d
parent449bf2a76b23b97a38158d506bc30d3ebe006321 (diff)
downloadcpython-8f54302ab49a07e857843f1a551db5ddb536ce56.zip
cpython-8f54302ab49a07e857843f1a551db5ddb536ce56.tar.gz
cpython-8f54302ab49a07e857843f1a551db5ddb536ce56.tar.bz2
gh-103357: Add logging.Formatter defaults support to logging.config fileConfig and dictConfig (GH-103359)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Library/2023-04-08-01-33-12.gh-issue-103357.vjin28.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2023-04-08-01-33-12.gh-issue-103357.vjin28.rst b/Misc/NEWS.d/next/Library/2023-04-08-01-33-12.gh-issue-103357.vjin28.rst
new file mode 100644
index 0000000..83dce56
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2023-04-08-01-33-12.gh-issue-103357.vjin28.rst
@@ -0,0 +1,3 @@
+Added support for :class:`logging.Formatter` ``defaults`` parameter to
+:func:`logging.config.dictConfig` and :func:`logging.config.fileConfig`.
+Patch by Bar Harel.