Commit b7020da3 authored by Jim Fulton's avatar Jim Fulton

Added registration of the ZODB "facility" with the standard logger.

parent 6596e915
......@@ -84,6 +84,8 @@
##############################################################################
import sys, ExtensionClass, TimeStamp, cPersistence, Persistence
import cStringIO, cPickle
from zLOG import register_subsystem
register_subsystem('ZODB')
# This is lame. Don't look. :(
sys.modules['cPersistence']=cPersistence
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment