26 Jan
2002
26 Jan
'02
12:39 a.m.
Hi How could I know if Zope was started using the -D flag? I would like to use that as a default value for my own debugging flags Gabriel Genellina Softlab SRL
26 Jan
26 Jan
7:21 p.m.
New subject: [Zope] Debug flags
Gabriel Genellina writes:
How could I know if Zope was started using the -D flag? You can look at the environment: "z2.py" executes "os.environ['Z_DEBUG_MODE']='1'" when it gets the "-D" option.
"ZPublisher.Publish" set "response.debug_mode", when Zope runs in debug mode. Dieter
8836
Age (days ago)
8836
Last active (days ago)
1 comments
2 participants
participants (2)
-
Dieter Maurer -
Gabriel Genellina