Re: PerlWarn and syslog

2001-12-21 Thread Lance Uyehara
> On Thu, Dec 20, 2001 at 01:59:18PM -0500, Geoffrey Young wrote: > > > > > > If you just print to STDERR you might want to look at Apage::LogSTDERR > > > > on CPAN. > > > > > > I took at look on CPAN and was unable to find this module or any reference > > > to it. Any idea if it has been merged i

Re: PerlWarn and syslog

2001-12-21 Thread Paul Lindner
On Thu, Dec 20, 2001 at 01:59:18PM -0500, Geoffrey Young wrote: > > > > If you just print to STDERR you might want to look at Apage::LogSTDERR > > > on CPAN. > > > > I took at look on CPAN and was unable to find this module or any reference > > to it. Any idea if it has been merged into some oth

Re: PerlWarn and syslog

2001-12-20 Thread Geoffrey Young
> > If you just print to STDERR you might want to look at Apage::LogSTDERR > > on CPAN. > > I took at look on CPAN and was unable to find this module or any reference > to it. Any idea if it has been merged into some other module or if it has > just gone away? over the years, the folks at criti

Re: PerlWarn and syslog

2001-12-20 Thread Lance Uyehara
> On Thu, Dec 06, 2001 at 02:11:28PM -0800, Lance Uyehara wrote: > > I am using apache+mod_perl and have: > > > > ErrorLog syslog > > PerlWarn On > > > > However the warning don't come out. If I change to "ErrorLog > > /var/log/logfile" or something similar then the warning start appearing. How >

Re: PerlWarn and syslog

2001-12-07 Thread Lance Uyehara
> Since this section ss probably going away, here it is: > > The syslog solution can be implemented using the following > configuration: > >LogFormat "%h %l %u %t \"%r\" %>s %b" common >CustomLog "| /usr/local/apache/bin/syslogger.pl hostnameX" common > > where a simple I can look like thi

Re: PerlWarn and syslog

2001-12-06 Thread Stas Bekman
Ged Haywood wrote: > Hi there, > > On Thu, 6 Dec 2001, Lance Uyehara wrote: > > >>ErrorLog syslog >> > > Are you sure you want to do this? > > >>How do I get the warnings when syslog is used? >> > > There are some tips in Stas Bekman's new book, not yet published > (you'll have to become a

Re: PerlWarn and syslog

2001-12-06 Thread Ged Haywood
Hi there, On Thu, 6 Dec 2001, Lance Uyehara wrote: > ErrorLog syslog Are you sure you want to do this? > How do I get the warnings when syslog is used? There are some tips in Stas Bekman's new book, not yet published (you'll have to become a reviwer:) and you will find some help in the guide

Re: PerlWarn and syslog

2001-12-06 Thread Paul Lindner
On Thu, Dec 06, 2001 at 02:11:28PM -0800, Lance Uyehara wrote: > I am using apache+mod_perl and have: > > ErrorLog syslog > PerlWarn On > > However the warning don't come out. If I change to "ErrorLog > /var/log/logfile" or something similar then the warning start appearing. How > do I get the w

PerlWarn and syslog

2001-12-06 Thread Lance Uyehara
I am using apache+mod_perl and have: ErrorLog syslog PerlWarn On However the warning don't come out. If I change to "ErrorLog /var/log/logfile" or something similar then the warning start appearing. How do I get the warnings when syslog is used? Thanks, Lance