Hi everyone, I've read many times that the -D option in z2.py causes Zope to run in debug mode. Apparently that's the default behavior. Others have said that you can edit z2.py and remove it. My problem is that I can't figure out what part of z2.py to change to start Zope in "non-debug mode." BTW, I'm running Zope on a Linux system. -Tim -- Timothy Wilson | "The faster you | Check out: Henry Sibley H.S. | go, the shorter | http://slashdot.org/ W. St. Paul, MN, USA | you are." | http://linux.com/ wilson@chem.umn.edu | -Einstein | http://www.mn-linux.org/
hi tim, the "-D" is in the start script at the top level of your zope installation. you need to remove it right there. jens Jens Vagelpohl Systems Administrator Washtenaw Development Council
-----Original Message----- From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of Tim Wilson Sent: Saturday, September 25, 1999 12:00 To: Zope Listserv Subject: [Zope] removing -D
Hi everyone,
I've read many times that the -D option in z2.py causes Zope to run in debug mode. Apparently that's the default behavior. Others have said that you can edit z2.py and remove it. My problem is that I can't figure out what part of z2.py to change to start Zope in "non-debug mode." BTW, I'm running Zope on a Linux system.
-Tim
-- Timothy Wilson | "The faster you | Check out: Henry Sibley H.S. | go, the shorter | http://slashdot.org/ W. St. Paul, MN, USA | you are." | http://linux.com/ wilson@chem.umn.edu | -Einstein | http://www.mn-linux.org/
_______________________________________________ Zope maillist - Zope@zope.org http://www.zope.org/mailman/listinfo/zope
(To receive general Zope announcements, see: http://www.zope.org/mailman/listinfo/zope-announce
For developer-specific issues, zope-dev@zope.org - http://www.zope.org/mailman/listinfo/zope-dev )
Tim Wilson wrote:
Hi everyone,
I've read many times that the -D option in z2.py causes Zope to run in debug mode. Apparently that's the default behavior. Others have said that you can edit z2.py and remove it. My problem is that I can't figure out what part of z2.py to change to start Zope in "non-debug mode." BTW, I'm running Zope on a Linux system.
There's no need to edit z2.py. '-D' is a command line switch _TO_ z2.py, not _USED IN_ the file. I think what you want to do is edit your 'start' script (or start.bat on windows). -Michel
participants (3)
-
Jens Vagelpohl -
Michel Pelletier -
Tim Wilson