[Zope-CVS] CVS: ZODB - test.py:1.5
Fred L. Drake, Jr.
fred at zope.com
Fri Apr 9 11:23:17 EDT 2004
Update of /cvs-repository/ZODB
In directory cvs.zope.org:/tmp/cvs-serv28959
Modified Files:
test.py
Log Message:
we don't need to read the logging configuration file twice
=== ZODB/test.py 1.4 => 1.5 ===
--- ZODB/test.py:1.4 Fri Apr 9 11:11:26 2004
+++ ZODB/test.py Fri Apr 9 11:23:16 2004
@@ -657,7 +657,6 @@
# spawned processes. We haven't thought of a better way to do
# it than using environment variables.
os.environ["LOGINI"] = logini
- logging.config.fileConfig(logini)
def process_args(argv=None):
More information about the Zope-CVS
mailing list