in reply to Re: Generating more readable errors with mod_perl
in thread Generating more readable errors with mod_perl

I was wondering if there was a way to redirect errors to something other than the apache log file. That way I wouldn't be limited to the apache log file constraints.

$PM = "Perl Monk's";
$MCF = "Most Clueless Friar Abbot Bishop Pontiff Deacon Curate Priest";
$nysus = $PM . ' ' . $MCF;
Click here if you love Perl Monks

  • Comment on Re^2: Generating more readable errors with mod_perl

Replies are listed 'Best First'.
Re^3: Generating more readable errors with mod_perl (Log4perl)
by Discipulus (Canon) on Nov 26, 2017 at 09:26 UTC
    I think there is: see Log4perl faqs

    L*

    There are no rules, there are no thumbs..
    Reinvent the wheel, then learn The Wheel; may be one day you reinvent one of THE WHEELS.