Re: prepend date to log

2008-11-06 Thread Chas. Owens
On Wed, Nov 5, 2008 at 11:11, <[EMAIL PROTECTED]> wrote: > hi, > I'm administering a server running apache/mod_perl. > it runs a lot of old web applications who write to STDERR (print > STDERR "log message...";). > as they are a large number for me is a problem to find where the code > is located,

Re: prepend date to log

2008-11-06 Thread Jeff P.
--- On Wed, 11/5/08, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > From: [EMAIL PROTECTED] <[EMAIL PROTECTED]> > Subject: prepend date to log > To: beginners@perl.org > Cc: [EMAIL PROTECTED] > Date: Wednesday, November 5, 2008, 4:11 PM > open (STDERR, ">>/path/to/debug/log/file"); > what I'm

prepend date to log

2008-11-06 Thread ivan . longhi
hi, I'm administering a server running apache/mod_perl. it runs a lot of old web applications who write to STDERR (print STDERR "log message...";). as they are a large number for me is a problem to find where the code is located, but I see a lot of lines of debugging in my apache error log. first o