[Zope-Checkins] CVS: Zope/doc - TODO.txt:1.7
Chris McDonough
chrism@zope.com
Sat, 12 Apr 2003 22:34:20 -0400
Update of /cvs-repository/Zope/doc
In directory cvs.zope.org:/tmp/cvs-serv8521
Modified Files:
TODO.txt
Log Message:
=== Zope/doc/TODO.txt 1.6 => 1.7 ===
--- Zope/doc/TODO.txt:1.6 Sat Apr 12 22:29:38 2003
+++ Zope/doc/TODO.txt Sat Apr 12 22:34:19 2003
@@ -15,6 +15,19 @@
BEFORE RELEASE OF ZOPE 2.7A
--------------------------------
+Provide more intuitive command line option overrides
+
+ Currently, you can override config file options by using the
+ -X command line switch to runzope.py, followed by key/value
+ pairs separated by an equal sign.
+
+ This isn't explained anywhere and I'm not sure what limitations
+ it has (can you change any value in the config file this way?).
+
+ Zope-specific command-line options that don't require the -X
+ (e.g. --event-log-file=something) should be provided to the
+ user via changes to Zope/Startup/options/ZopeOptions.
+
Make 'runzope -h' work and give better error messages when a configuration
fails to make the grade.