How can I remove / inspect / modify handlers configured for my loggers using the fileConfig() function?
For removing there is Logger.removeHandler(hdlr) method, but how
logger.handlers contains a list with all handlers of a logger.
logger.handlers