Re: log4j:ERROR Failed to rename

2006-11-08 Thread Sil Janssens
Allistair Crossley QAS.com> writes: > > I just cannot resolve this error with DailyRollingFileAppender - I've tried reconfiguring the whole > log4j setup but it keeps happening. The JVM or Tomcat has a lock on these files and prevents Log4J renaming > them in a Windows environment _most of the t

dynamically adding to a log file name?

2006-11-08 Thread Chris Cheshire
Hi, I have a process that sends an xml request to an external server and receives an xml response back. For purposes of debugging, I need to capture the request and response in separate files but with similar names so that I can pair them up easily. Currently I am using James Stauffer's DateForm

Filters

2006-11-08 Thread vincentw
Hi, I'm trying to filter the log message and I can do it. But I what I would like to do is, keep track of how many times the message was filtered, and when a new message comes in, log how many times the previous message was filtered and then the new message. I tried using the a logger inside