[Zodb-checkins] CVS: Zope/lib/python/zdaemon - zdoptions.py:1.28

Fred L. Drake, Jr. fred at zope.com
Thu Apr 22 14:35:33 EDT 2004


Update of /cvs-repository/Zope/lib/python/zdaemon
In directory cvs.zope.org:/tmp/cvs-serv8097

Modified Files:
	zdoptions.py 
Log Message:
EVENT_LOG_FILE and friends are no longer used


=== Zope/lib/python/zdaemon/zdoptions.py 1.27 => 1.28 ===
--- Zope/lib/python/zdaemon/zdoptions.py:1.27	Fri Feb 20 15:14:37 2004
+++ Zope/lib/python/zdaemon/zdoptions.py	Thu Apr 22 14:35:32 2004
@@ -291,10 +291,7 @@
                 self.usage(message)
 
         if self.logsectionname:
-            # Let the environment override the config file
-            if (os.getenv("EVENT_LOG_FILE") is None and
-                os.getenv("STUPID_LOG_FILE") is None):
-                self.load_logconf(self.logsectionname)
+            self.load_logconf(self.logsectionname)
 
     def default_configfile(self):
         """Return the name of the default config file, or None."""




More information about the Zodb-checkins mailing list