Skip to content

logging.config.listen() docstring omits dictConfig() support - #155479

Open
lpyu001 wants to merge 1 commit into
python:mainfrom
lpyu001:logging-config-docstring
Open

logging.config.listen() docstring omits dictConfig() support#155479
lpyu001 wants to merge 1 commit into
python:mainfrom
lpyu001:logging-config-docstring

Conversation

@lpyu001

@lpyu001 lpyu001 commented Aug 10, 2026

Copy link
Copy Markdown
Contributor

The logging.config.listen() docstring only mentions fileConfig(),but the implementation first attempts to process JSON configurations using dictConfig() and falls back to fileConfig().

Update the public docstring and the two related local docstrings to describe both supported configuration mechanisms.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant