Re: [log4perl-devel] When a missing config file

2007-07-02 Thread Berg, Eric
-Original Message- From: Mike Schilli [mailto:[EMAIL PROTECTED] Sent: Thursday, June 28, 2007 8:45 PM To: Berg, Eric Cc: Mike Schilli; [email protected] Subject: RE: [log4perl-devel] When a missing config file >> Another solution would be wildcard/regex cate

Re: [log4perl-devel] When a missing config file

2007-06-29 Thread Berg, Eric
you very much. -Eric -Original Message- From: Mike Schilli [mailto:[EMAIL PROTECTED] Sent: Thursday, June 28, 2007 8:45 PM To: Berg, Eric Cc: Mike Schilli; [email protected] Subject: RE: [log4perl-devel] When a missing config file On Thu, 28 Jun 2007, Berg, Eric wrote: >

Re: [log4perl-devel] When a missing config file

2007-06-29 Thread Lee Goddard
Mike Schilli [mailto:[EMAIL PROTECTED] wrote: > > On Thu, 28 Jun 2007, Lee Goddard wrote: > > > Please could Log/Log4perl/Config.pm line 619 offer a stack backtrace as > > well as barfing? > > > > My current project has four config files, several potential initialisers > > (bad idea, I know) and

Re: [log4perl-devel] When a missing config file

2007-06-28 Thread Berg, Eric
Thanks! -Eric. -Original Message- From: Mike Schilli [mailto:[EMAIL PROTECTED] Sent: Thursday, June 28, 2007 7:54 PM To: Berg, Eric Cc: [email protected] Subject: Re: [log4perl-devel] When a missing config file On Thu, 28 Jun 2007, Berg, Eric wrote: > I've bee

Re: [log4perl-devel] When a missing config file

2007-06-28 Thread Mike Schilli
> > -Eric. > > -Original Message- > From: Mike Schilli [mailto:[EMAIL PROTECTED] > Sent: Thursday, June 28, 2007 7:54 PM > To: Berg, Eric > Cc: [email protected] > Subject: Re: [log4perl-devel] When a missing config file > > On Thu

Re: [log4perl-devel] When a missing config file

2007-06-28 Thread Mike Schilli
> -Eric. > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of John > ORourke > Sent: Thursday, June 28, 2007 6:42 AM > To: Lee Goddard > Cc: [email protected] > Subject: Re: [log4perl-devel] When a missing config

Re: [log4perl-devel] When a missing config file

2007-06-28 Thread Berg, Eric
D] On Behalf Of John ORourke Sent: Thursday, June 28, 2007 6:42 AM To: Lee Goddard Cc: [email protected] Subject: Re: [log4perl-devel] When a missing config file Try putting: use Error; in one of your modules/scripts - it will override the warn/die handlers globally, so unles

Re: [log4perl-devel] When a missing config file

2007-06-28 Thread John ORourke
Try putting: use Error; in one of your modules/scripts - it will override the warn/die handlers globally, so unless Log4perl overrides them again it will give you a stack trace. cheers John Lee Goddard wrote: > > Please could Log/Log4perl/Config.pm line 619 offer a stack backtrace > as w

Re: [log4perl-devel] When a missing config file

2007-06-28 Thread Lee Goddard
Thanks for the tip, John: I don't recall the module, but it looks like a good quick-fix, quicker than tracking-down and editing every version of L4p I install ! But I'd still like the shortmess near configuration file errors, because they're pretty common end-user errors. > -Original Mess

Re: [log4perl-devel] When a missing config file

2007-06-28 Thread Mike Schilli
On Thu, 28 Jun 2007, Lee Goddard wrote: > Please could Log/Log4perl/Config.pm line 619 offer a stack backtrace as > well as barfing? > > My current project has four config files, several potential initialisers > (bad idea, I know) and reports only via e-mail, since it is part of a > MTA process.

[log4perl-devel] When a missing config file

2007-06-28 Thread Lee Goddard
Please could Log/Log4perl/Config.pm line 619 offer a stack backtrace as well as barfing? My current project has four config files, several potential initialisers (bad idea, I know) and reports only via e-mail, since it is part of a MTA process. Thanks in anticipation Lee #