Hi! I have a problem with log4j configuration. What i wanted to do, is to log INFO from my application and WARN from all other libraries. So my configuration is: log4j.rootCategory=WARN,LOGFILE log4j.logger.com.mypackage1=INFO, LOGFILE log4j.logger.com.mypackage2=INFO, LOGFILE But now my application produces two lines of output from my packages. I noticed, that when i remove rootCategory definition output is ok (there is no doubles). Is this a bug in my conf? thanks for help regards Olek
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
