[Zope3-dev] Logging

Magnus Heino magnus.heino@pleon.sigma.se
Tue, 16 Jul 2002 09:07:27 +0200


> So then, things above Zope are global modules that someday may not be 
> distributed with Zope (when they land in Python) and possibly would be put 


> zLOG           Ditto


Well, I do hope that this one never lands in Python land.

Whats the status of http://www.python.org/peps/pep-0282.html ?

I've been using the implementation available from 
http://www.red-dove.com/python_logging.html in a project recently, and 
it is so much better.

I have implemented it so that I can have one config-file for each 
package. Config-files can be reloaded on the fly. This means that I can 
change output from syslog to file, level from info to debug, module by 
module, while things are running.

/Magnus