Re: How to suppress log4j internal debug output

2005-11-21 Thread Jacob Kjome
Log4j-1.3 uses itself for logging. You set the root logger to "debug". Given that, any library that uses log4j or commons-logging wrapping Log4j will log to the debug level. Try adding... That said, it probably makes more sense to apply "warn" to the root logger and specify

How to suppress log4j internal debug output

2005-11-21 Thread Armstrong, Timothy
I'm a new user of log4j and I'm having trouble suppressing the log4j internal debugging output. I'm using log4j-1.3alpha7 running under Java 1.5.0_03 on Win2k. I'm getting the following output 2005-11-22 07:27:16.407 - main DEBUG - Ignoring debug attribute. 2005-11-22 07:27:16.422 - ma

Re: RollingFileAppender and DailyFileAppender combo usage

2005-11-21 Thread shy guy
you can try CompositeRollingAppender http://devdaily.com/java/jwarehouse/jakarta-log4j-1.2.8/contribs/KevinSteppe/CompositeRollingAppender.shtml