Add a new env:// value converter for logging configuration
#124955
Labels
type-feature
A feature request or enhancement
Feature or enhancement
Proposal:
It would be nice if Python logging config processed environment variables in a similar way
cfg://andext://are at the moment. For example:Something like this can already be implemented by users if they subclass
logging.config.DictConfigurator:However, it'd be nice if Python had built-in support and it might be useful for configuring things like host and port for socket handlers.
I think this is a minor change if accepted, but folks might have thoughts about why this could be a bad idea.
Has this already been discussed elsewhere?
This is a minor feature, which does not need previous discussion elsewhere
Links to previous discussion of this feature:
No response
The text was updated successfully, but these errors were encountered: