[Zope-Checkins] CVS: Zope/lib/python/Zope/Startup - options.py:1.1.2.2

Fred L. Drake, Jr. fred@zope.com
Tue, 18 Mar 2003 15:45:42 -0500


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

Modified Files:
      Tag: new-install-branch
	options.py 
Log Message:
Don't automatically open the event log!  That defeats effective-user
support.


=== Zope/lib/python/Zope/Startup/options.py 1.1.2.1 => 1.1.2.2 ===
--- Zope/lib/python/Zope/Startup/options.py:1.1.2.1	Fri Feb 14 00:59:38 2003
+++ Zope/lib/python/Zope/Startup/options.py	Tue Mar 18 15:45:40 2003
@@ -21,7 +21,5 @@
 
 class ZopeOptions(zdaemon.zdoptions.ZDOptions):
 
-    logsectionname = "eventlog"
-
     schemadir = os.path.dirname(os.path.abspath(__file__))
     schemafile = "zopeschema.xml"