26 Sep
2001
26 Sep
'01
6:59 p.m.
Stefan H. Holek writes:
AFAIK, setting the STUPID_LOG_FILE envar in the start script will provide stdout/stderr to Zope. "stderr" but not "stdout"....
Long time ago, I switched to "STUPID_LOG_FILE=...".
From this time on, I never again saw a write to "stderr" appear outside the log file.
As someone else pointed out, all remaining outputs can be redirected to a file. Under Unix, it would be "... > xxx 2>&1" Dieter