On Wednesday, Feb 12, 2003, at 21:17 US/Pacific, Rob Barris wrote:
I usually just write my scripts to log to a file, and then start up a separate Terminal window and say

tail -f logfile

But I only do that on stdout and dunno about getting stderr to go to the same place.
You can just 'open' STDERR to the same location.

Usually, if I have custom logging needs, I use custom routines (usually bail instead of die and whine instead of warn) that do whatever needs to be done.

------------------------------------------------------------------------ -
Daniel C. Stillwaggon
([EMAIL PROTECTED])



Reply via email to