[Zodb-checkins] CVS: Zope3/src/zdaemon - zdoptions.py:1.1.8.1

Fred L. Drake, Jr. fred at zope.com
Tue Jun 24 11:48:53 EDT 2003


Update of /cvs-repository/Zope3/src/zdaemon
In directory cvs.zope.org:/tmp/cvs-serv12509

Modified Files:
      Tag: fdrake-zconfig-in-zope-3-branch
	zdoptions.py 
Log Message:
add comment about the logging support


=== Zope3/src/zdaemon/zdoptions.py 1.1 => 1.1.8.1 ===
--- Zope3/src/zdaemon/zdoptions.py:1.1	Thu Jun 19 11:44:34 2003
+++ Zope3/src/zdaemon/zdoptions.py	Tue Jun 24 10:48:52 2003
@@ -302,6 +302,10 @@
             ZConfig.loadConfig(self.schema, self.configfile,
                                self.zconfig_options)
 
+    # XXX The next two methods aren't any good for Zope 3 (there's no
+    # zLOG package); these need to be re-done to work in the Zope 3
+    # world.
+
     def load_logconf(self, sectname="eventlog"):
         parts = sectname.split(".")
         obj = self.configroot




More information about the Zodb-checkins mailing list