Hi, We have a problem with our application that uses Log4j. All of a sudden it stops logging INFO level and only keeps on logging DEBUG level. If I restart the application it works fine for a while then it stops.
We are using Log4J version 1.2.8 and Java 1.4. We initialize Log4J with a property file like this: log4j.rootCategory=3DDEBUG, FILE log4j.appender.FILE=3Dorg.apache.log4j.RollingFileAppender log4j.appender.FILE.File=3D/bookit/prod/dataBI30/log/z3970.log log4j.appender.FILE.MaxFileSize=3D30MB log4j.appender.FILE.MaxBackupIndex=3D4 log4j.appender.FILE.layout=3Dorg.apache.log4j.PatternLayout log4j.appender.FILE.layout.ConversionPattern=3D%d %-4r [%t] %-5p %c %x - %m%n We are not resetting the log4J anywhere in the code or it's treshold. Any ideas? Regards, Henrik Engert ########################################### This message has been scanned by F-Secure Anti-Virus for Microsoft Exchange. For more information, connect to http://www.f-secure.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]