Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Zope
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
Zope
Commits
a91ac42f
Commit
a91ac42f
authored
Jul 16, 1999
by
Michel Pelletier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
-D argument now prevents Zope process from detaching
parent
e720d086
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
z2.py
z2.py
+5
-2
No files found.
z2.py
View file @
a91ac42f
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment