Making logging.getLogger() simpler
Vinay Sajip
vinay_sajip at yahoo.co.uk
Sun Sep 19 14:55:34 EDT 2010
On Sep 19, 7:52 pm, Vinay Sajip <vinay_sa... at yahoo.co.uk> wrote:
> If you are writing a library, you will typically:
> 2. If you want to force your users (application developers) to add
> handlers explicitly to their loggers, set your top-level logger's
> propagate flag to False.
Sorry, in the above text, where it says "their loggers" it should say
"your loggers"
Regards,
Vinay Sajip
More information about the Python-list
mailing list