[Python-Dev] Planned changes to logging (original) (raw)
Michael Chermside mcherm at mcherm.com
Fri Jul 16 18:22:38 CEST 2004
- Previous message: [Python-Dev] Constancy of None
- Next message: [Python-Dev] "as" to be a keyword?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Better still, it seems entirely consistent with these semantics to have the existing log objects reset to their parent settings -- just like unspecified log objects created after the confguration load do. I think this is more consistent, more intuitive, and doesn't require you to figure out what logs may or exist throughout the system when loading a configuration.
+1 (based on my experiences with java.logging, not with the Python module)
-- Michael Chermside
- Previous message: [Python-Dev] Constancy of None
- Next message: [Python-Dev] "as" to be a keyword?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]