Hi,

   It is posible to configure Log4J to ONLY log an specific priority?

   I have an appender like:

                log4j.category.com.my.classes.entities=INFO, A3

                log4j.appender.A3=org.apache.log4j.RollingFileAppender
                log4j.appender.A3.MaxFileSize=1MB
                log4j.appender.A3.MaxBackupIndex=2
                log4j.appender.A3.File=${rootLogDir}/Info_Messages.log

                log4j.appender.A3.layout=org.apache.log4j.PatternLayout
                log4j.appender.A3.layout.ConversionPattern=%d [%-10t] %-5p  %c{3} - 
%m%n


    But I want that the Appender ONLY logs the INFO priority, but not any
higher priority (eg. ERROR or FATAL).

   Thank you very much

   JD Evora


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to