On Tue, Sep 9, 2014 at 7:44 PM, Mike Schilli wrote:
>
>> I'm not quite sure I understand the ApacheLog documentation, as "$r"
> typically is the request coming into a mod_perl handler, whereas the
> docs indicate it's some kind of server object, which the Apache2 docs
> denote as "$s". Best to cl
On Sat, 6 Sep 2014, Bill Moseley wrote:
1) Is there a way in the config to optionally select appenders? Or
would it just be better to have more than one log4perl config file and
That'd probably be the most straight-forward and cleanest option,
alternatively you can use the L4p API to set up
On Sat, Sep 6, 2014 at 9:56 PM, Bill Moseley wrote:
> In my log4perl config file I have a very simple screen appender.
>
> log4perl.appender.screenAppender = Log::Log4perl::Appender::Screen
> log4perl.appender.screenAppender.utf8 = 1
> log4perl.appender.screenAppender.layout =
> Log::Log4perl
In my log4perl config file I have a very simple screen appender.
log4perl.appender.screenAppender = Log::Log4perl::Appender::Screen
log4perl.appender.screenAppender.utf8 = 1
log4perl.appender.screenAppender.layout =
Log::Log4perl::Layout::PatternLayout
log4perl.appender.screenAppender.layout.C