9 Jan
2006
9 Jan
'06
4:03 p.m.
--On 9. Januar 2006 10:55:21 -0500 Fred Drake <fdrake@gmail.com> wrote:
On 1/9/06, Andreas Jung <lists@andreas-jung.com> wrote:
ZODB defines these levels but I can not see any code in the ZODB package that actually uses these levels.
Nobody should be using the zLOG levels with the logging package, but rather use the logging package levels. So in the end, there's no need for Zope to be defining levels at all, only conventions for how the levels are used.
ZEO is doing that :-) All code on the trunk uses (since yesterday) the standard logging level (called through logger.info(), logger.error() etc.) -aj