[Python-Dev] Stdlib Logging questions (PEP 337 SoC)
Greg Ewing
greg.ewing at canterbury.ac.nz
Wed Jun 7 02:32:02 CEST 2006
More information about the Python-Dev mailing list
Wed Jun 7 02:32:02 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 ]
Jim Jewett wrote: > For pkgutil in particular, the change is that instead of writing to > stderr (which can scroll off and get lost), it will write to the > errorlog. In a truly default setup, that still ends up writing to > stderr. This might be better addressed by providing a centralised way of redirecting stdout and/or stderr through the logging module. That would fix the problem for all modules, even if they know nothing about logging. -- Greg
- 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 ]
More information about the Python-Dev mailing list