[Python-Dev] Stdlib Logging questions (PEP 337 SoC) (original) (raw)
A.M. Kuchling amk at amk.ca
Tue Jun 6 19🔞11 CEST 2006
- Previous message: [Python-Dev] Stdlib Logging questions (PEP 337 SoC)
- Next message: [Python-Dev] Stdlib Logging questions (PEP 337 SoC)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Python-Dev] Stdlib Logging questions (PEP 337 SoC)
- Next message: [Python-Dev] Stdlib Logging questions (PEP 337 SoC)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]