> 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 warnings when syslog is used?
>
> I've seen various problems with Apache's built in syslog under
> mod_perl.  The solution that I've been using lately is:
>
> ErrorLog "| logger -p local3.debug"
>
>
> 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?

Thanks,
Lance

Reply via email to