cpython/Lib/logging
Mario Corchero d7c6863979
bpo-41906: Accept built filters in dictConfig (GH-30756)
When configuring the logging stack, accept already built filters (or
just callables) in the filters array of loggers and handlers.
This facilitates passing quick callables as filters.

Automerge-Triggered-By: GH:vsajip
2022-01-24 04:39:50 -08:00
..
__init__.py bpo-42378: fixed log truncation on logging shutdown (GH-27310) 2021-07-25 13:17:47 -07:00
config.py bpo-41906: Accept built filters in dictConfig (GH-30756) 2022-01-24 04:39:50 -08:00
handlers.py bpo-46063: Improve algorithm for computing which rolled-over log file… (GH-30093) 2021-12-14 00:53:37 +00:00