[Zope] Catching the print

Peter Bengtsson mail@peterbe.com
Thu, 23 Aug 2001 17:21:27 +0200


In Linux I currently use the nohub program.

$ nohub ./start &

to start Zope.
That's good, and in nohub.out I get the messages Zope throws.
However, when I sometimes use
print "I am here"

in External Methods or products, that is also printed to stdout, but not
into the nohub.
Why??

How do I catch the print messages too?
And on windows?