RE: Logging stops after hours working - Mistery solved

2007-01-22 Thread Cristian Jansenson
-Original Message- From: Cristian Jansenson [mailto:[EMAIL PROTECTED] Sent: Thursday, January 18, 2007 4:31 PM To: 'Log4J Users List' Subject: RE: Logging stops after hours working Thanks Jake. I suspect there is a threading problem in the app that is causing this is

RE: Logging stops after hours working

2007-01-18 Thread Cristian Jansenson
: Tuesday, January 16, 2007 10:58 PM To: Log4J Users List Subject: RE: Logging stops after hours working The behavior is curious. I would guess that some other library is configuring Log4j on it's own. This doesn't have to be via a config file. It could be just doing it programmatically.

RE: Logging stops after hours working

2007-01-16 Thread Jacob Kjome
The behavior is curious. I would guess that some other library is configuring Log4j on it's own. This doesn't have to be via a config file. It could be just doing it programmatically. I take it you searched for both log4j.properties *and* log4j.xml. You only mentioned the former, so I th

RE: Logging stops after hours working

2007-01-16 Thread Cristian Jansenson
More to add to this case: - We are not using any special classloader, and there is no other log4j.properties hanging around that the IDE or grep could find. - We didn't extend the log4j code by writing Appenders or other classes. - We are only using the basic Logger methods (.error() .warn(), .i