How to log only one level to a FileHandler using python logging module.

fuzzylollipop jarrod.roberson at gmail.com
Tue May 16 14:10:42 EDT 2006


I want a FileHandler to only log a single level say for example
logging.INFO, and nothing else.
do I need to create a custom Handler for this or is this doable with
some magic that is not documeneted somewhere?




More information about the Python-list mailing list