Commit a91ac42f authored by Michel Pelletier's avatar Michel Pelletier

-D argument now prevents Zope process from detaching

parent e720d086
......@@ -117,7 +117,8 @@ Options:
-D
Run in Zope debug mode. This is equivalent to
Run in Zope debug mode. This causes the Zope process not to
detach from the controlling terminal, and is equivalent to
supplying the environment variable setting Z_DEBUG_MODE=1
-a ipaddress
......@@ -345,7 +346,9 @@ sys.path=[os.path.join(here,'lib','python'),here
# from this point forward we can use the zope logger
import zLOG
import zLOG, ZLogger
zLOG.log_write = ZLogger.ZLogger.log_write
if Zpid:
import zdaemon, App.FindHomes, posix
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment