[Zope] How to get python error output? (PIL)

tilo.schwarz@daimlerchrysler.com tilo.schwarz@daimlerchrysler.com
Tue, 16 Jan 2001 18:36:34 +0100


Hhmm - strange, on my SUSE-7.0 standard installation I can find the output of 
the print statements in /var/log/zope (most of the time, at least ;-). But I'll 
try zLOG.

	Tilo




dieter@handshake.de am 15.01.2001 20:43:10
Bitte antworten an dieter@handshake.de
An:	Tilo Schwarz/FT/DCAG/DCX@WK-EMEA2
Kopie:	zope@zope.org  

Thema:	Re: [Zope] How to get python error output? (PIL)

tilo.schwarz@daimlerchrysler.com writes:
 > ... print in external method ...
"print" does not print to the log file but to standard output.

Under Unix (and I think under Windows, too) you can redirect
standard output to a file.

The alternative is to use Zope's Log module (called zLOG).
Its output goes to the log file.


Dieter