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

Dieter Maurer dieter@handshake.de
Mon, 15 Jan 2001 20:05:06 +0100 (CET)


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