[ZODB-Dev] Re: zLOG module deprecated
    Florent Guillaume 
    fg at nuxeo.com
       
    Mon Jan  9 10:35:31 EST 2006
    
    
  
Andreas Jung wrote:
> the zLOG module will be offically deprecated in Zope 2.10 (removed in 
> Zope 2.12). New code _must_ use the 'logging' module of Python. And 
> please help
> to replace all outstanding code that uses the zLOG module on the _trunk_
> (which is a fun job :-|).
If that is the case then I intend to:
1. move the definitions of zope's specific levels (trace and blather) into a 
more prominent place (ZODB also defines these levels, but it has to be an 
independent package),
2. rename 'blather' to 'verbose',
3. push back a number of framework logs that are done on every request at 
the trace level (as they were before the move to python's logging module), 
I'm thinking of transaction logs here.
This leaves the 'debug' level free for application debugging.
Florent
-- 
Florent Guillaume, Nuxeo (Paris, France)   CTO, Director of R&D
+33 1 40 33 71 59   http://nuxeo.com   fg at nuxeo.com
    
    
More information about the ZODB-Dev
mailing list