Re: [log4perl-devel] Understanding the config

2008-05-19 Thread Bill Moseley
On Thu, May 15, 2008 at 11:01:35PM -0700, Mike Schilli wrote: > > You need to call the appender's layout() method to set the layout, other > than that, the code above looks ok to me at first glance. It's fairly > unusual to use Perl code to init Log4perl, most of the time people > either use easy_

Re: [log4perl-devel] Understanding the config

2008-05-19 Thread Kevin M. Goess
> > But, the application has to > run in different environments (development, testing, staging, > production) so we need slightly different configurations under each > environment. > > So, I was looking at having a single log4perl config and then using > environment-specific config files to alter t