New submission from thbach:
Currently logging.config provides a fileConfig function which reads a ini-style
file via configparser.ConfigParser. I would like to have a function e.g.
configParserConfig which accepts a ConfigParser instance and configures logging
directly from the settings found
thbach added the comment:
vinay: I understand your preference of dictConfig over fileConfig as
maintainer. But as an application developer I want to provide my user an easy
way to adjust logging herself. In the end of the day she is the one knowing
what has to be logged in which place