RE: Keeping debug-logs in error case

2006-02-09 Thread Scott Deboy
phone: 503.224.7496 Cell: 503.997.1367 Fax:503.222.0185 [EMAIL PROTECTED] www.comotivsystems.com -Original Message- From: Scott Deboy [mailto:[EMAIL PROTECTED] Sent: Thu 2/9/2006 8:36 PM To: Log4J Users List Subject: RE: Keeping debug-logs in error case Th

RE: Keeping debug-logs in error case

2006-02-09 Thread Scott Deboy
Message- From: Ron Grabowski [mailto:[EMAIL PROTECTED] Sent: Thu 2/9/2006 5:50 PM To: Log4J Users List Subject: Re: Keeping debug-logs in error case I don't know if log4j supports this, but in log4net its possible to configure a BufferingForwardingAppender to record log messages at a ce

Re: Keeping debug-logs in error case

2006-02-09 Thread Ron Grabowski
I don't know if log4j supports this, but in log4net its possible to configure a BufferingForwardingAppender to record log messages at a certain threshold (ERROR for example). When a log entry of ERROR is received, the preceeding 512 (user settable via the bufferSize property) log messages of all le

Re: Keeping debug-logs in error case

2006-02-09 Thread James Stauffer
How long would you keep debug statements waiting for an error to happen? Would you want all debug statements or just for specific loggers? On 2/8/06, Liz <[EMAIL PROTECTED]> wrote: > Spranger, Steffen gft-systems.de> writes: > > > > Hallo, > > I log communication to an external system with e.g

Re: Keeping debug-logs in error case

2006-02-08 Thread Liz
Spranger, Steffen gft-systems.de> writes: Hallo, I log communication to an external system with e.g. logger.debug(...). In a catch-block I log errors by logger.error(...). What I want is, not to keep all the debug-messages in good case, but = keeping them in an error-case. I'm wond

Keeping debug-logs in error case

2004-02-05 Thread Spranger, Steffen
Hallo, I log communication to an external system with e.g. logger.debug(...). In a catch-block I log errors by logger.error(...). What I want is, not to keep all the debug-messages in good case, but = keeping them in an error-case. I'm wondering if log4j can be configured (or our log statements