[Zope-Checkins] CVS: Zope - TODO.txt:1.1.2.18
Fred L. Drake, Jr.
fred@zope.com
Tue, 28 Jan 2003 14:49:06 -0500
Update of /cvs-repository/Zope
In directory cvs.zope.org:/tmp/cvs-serv17468
Modified Files:
Tag: chrism-install-branch
TODO.txt
Log Message:
Add comments to a couple of tasks, suggesting that they should be
dropped. (Chris, can you comment?)
Updated some text elsewhere.
=== Zope/TODO.txt 1.1.2.17 => 1.1.2.18 ===
--- Zope/TODO.txt:1.1.2.17 Mon Jan 27 23:56:52 2003
+++ Zope/TODO.txt Tue Jan 28 14:49:04 2003
@@ -52,17 +52,25 @@
"AccessLogger" objects (currently in zLOG), so these patches may
need to be reapplied.
+ XXX The "new" package appears to have almost no changes from the
+ original; I think issues related to moving it are separate from the
+ purpose for the branch, and should not be considered together with
+ the rest of the branch. I.e., this task should be dropped.
+
"zctl" should have a "logtail" option
It should be possible to tail the event, trace, and access logs
using zctl (in a cross-platform way).
+ XXX This should be acquired from the new zdctl.py, and should be
+ considered separately from the rest of the changes on this branch.
+
Zope.Startup.ZCtlLib needs refactoring
Zope.Startup.ZctlLib (zctl's backend) is ugly and could use some
refactoring, and possibly a whole new approach to "ctl" should be
considered. Maybe instead of spawning a separate process, use a
- strategy like Guido's runsrvr.py, which actually constitutes a
+ strategy like Guido's runzeo.py, which actually constitutes a
mainloop.
Default logging destinations
@@ -133,10 +141,10 @@
report failure on start (even though they start) and cannot be
stopped.
-nteventlogger needs testing
+win32-eventlog needs testing
- The logger "nteventlogger" (which is creatable via the config file)
- needs to be tested.
+ The "win32-eventlog" log handler (which is creatable via the config
+ file) needs to be tested.
Deal with lack of PCGI