[stdlib-sig] logging
Vinay Sajip
vinay_sajip at yahoo.co.uk
Fri Sep 18 11:52:00 CEST 2009
Tarek Ziadé <ziade.tarek at ...> writes:
> That would be great. With an option to make the logger instance 'standalone'
> (e.g. blocking the propagation of the messages to the other handler
> to avoid the problem
> you've described below)
>
That could work. The additional keyword argument would be propagate, defaulting
to None, and (if not specified) internally set as True if no logger name is
provided, or False if it is. Let's just wait to see if any other ideas pop up.
Regards,
Vinay Sajip
More information about the stdlib-sig
mailing list