[Python-Dev] Stdlib Logging questions (PEP 337 SoC)

A.M. Kuchling amk at amk.ca
Tue Jun 6 19:18:11 CEST 2006


On Tue, Jun 06, 2006 at 10:36:06AM -0400, Jim Jewett wrote:
> Are you suggesting that the logging module should ship with a standard
> configuration that does something specific for py.* loggers?  Or even
> one that has different handlers for different stdlib modules?

No, I meant some modules don't need logging.  e.g. adding logging to
the string module would be silly.  It makes more sense for larger
systems and frameworks (the HTTP servers, asyncore, maybe some things
in Tools/ like webchecker).

--amk


More information about the Python-Dev mailing list