最佳答案
How can I remove, inspect, and modify handlers configured for my loggers using the fileConfig() function?
For removing, there is Logger.removeHandler(hdlr) method, but how do I get the handler in first place if it was configured from file?