> 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
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
> > 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
> 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
>
> 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
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
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
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
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