[issue41906] logging.config.dictConfig does not work with callable filters

2020-10-02 Thread raybb
raybb added the comment: Thank you for the clarification. I think I was most confused by the docs on this page (which I should have included in my initial post): https://docs.python.org/3/howto/logging.html It says: "In Python 3.2, a new means of configuring logging has been intro

[issue41906] logging.config.dictConfig does not work with callable filters

2020-10-01 Thread raybb
New submission from raybb : According to the docs here (https://docs.python.org/3/library/logging.html): "You don’t need to create specialized Filter classes, or use other classes with a filter method: you can use a function (or other callable) as a filter. The filtering logic will