Re: [log4perl-devel] Optional loggers in config

2014-09-08 Thread Alexander Hartmaier
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

Re: [log4perl-devel] Functionality question

2014-03-19 Thread Alexander Hartmaier
> commented the app restarts but doesn't log anything. Any ideas? > You didn't specify the absolute path of log4perl.conf and you can't rely on the current directory. Use File::ShareDir of what I suggested previously. > > On Mon, Mar 17, 2014 at 9:38 AM, Alexander Hart

Re: [log4perl-devel] Functionality question

2014-03-19 Thread Alexander Hartmaier
t; is. Can I assume you mean that I need to declare the entire (absolute) file >> path? secondly, this would break the app if I had it on a VN so i should >> use the file::shardir thing? >> >> >> >> >> Sent from my Samsung Galaxy Noteā„¢, an AT&T LTE smartp

Re: [log4perl-devel] Functionality question

2014-03-17 Thread Alexander Hartmaier
On Mon, Mar 17, 2014 at 6:51 AM, Mike Schilli wrote: > On Fri, 14 Mar 2014, Claudio Steel wrote: > > > I have a new catalyst app and i think your module is exactly what I > need. However, I'm not > > able to find where I can set the file path that I want the log to be > written to. Any advice > >

Re: [log4perl-devel] Log::Log4perl 1.41 released

2013-04-22 Thread Alexander Hartmaier
*(ms) [rt 81731] Added 'trace' level to Log4perl::Catalyst, as > suggested by Ashley Pond. > *(ms) Alexander Hartmaier added Log::Log4perl::Filter::MDC to > filter > based on MDC key/value > *(ms) [rt.cpan.org 8319

Re: [log4perl-devel] Structured logging in log4perl

2013-03-16 Thread Alexander Hartmaier
On Fri, Mar 15, 2013 at 11:29 AM, Dmitry Bigunyak wrote: > Yes, that's actually how I see it, get the raw data, format them to a > certain type and pass to an appender. > As a matter of fact, this is exactly what Layouts allow me to do. I was > wrong saying that they are meant to render strings o

Re: [log4perl-devel] ::Filter::MDC

2013-01-25 Thread Alexander Hartmaier
On Fri, Jan 25, 2013 at 12:43 AM, Alexander Hartmaier < alex.hartma...@gmail.com> wrote: > Hi Michael, > currently I haven't put the code anywhere public but I'll fork the > log4perl github repo if I have time tomorrow, commit my code and send the > pull request. >

Re: [log4perl-devel] ::Filter::MDC

2013-01-24 Thread Alexander Hartmaier
i wrote: > On Wed, 23 Jan 2013, Alexander Hartmaier wrote: > > I've written a Log::Log4perl::Filter::MDC filter cause I have to send >> errors to different teams which I implemented by defining each teams >> > > Hi Alex, > > that sounds great, do you have the

[log4perl-devel] ::Filter::MDC

2013-01-23 Thread Alexander Hartmaier
Hi Log4perl guys, I've written a Log::Log4perl::Filter::MDC filter cause I have to send errors to different teams which I implemented by defining each teams email address as appender and filter on a MDC value (the support group which maps to each team). Should I release it to CPAN as separate dist