It seems , it is not working...
log4j.rootLogger= ERROR, A1
log4j.logger.oracle.ccr.view.CCRExceptionHandler = debug, A1
log4j.appender.A1=org.apache.log4j.DailyRollingFileAppender
log4j.appender.A1.DatePattern='.'yyyy-MM-dd
log4j.appender.A1.File=D:\\Temp\\log\\Exception.log
log4j.appender.A1.Append=true
log4j.appender.A1.layout=org.apache.log4j.PatternLayout
log4j.appender.A1.layout.ConversionPattern=%d [%t] %-5p %c{2} %M.%L - %m%n
log4j.additivity.ccr.view.CCRExceptionHandler=false
Antonio Petrelli wrote:
Ashish Jain ha scritto:Hi, I am using same strategy as given below to log the debug messages But my application debug message coming twice. What should be done to suppress it.The answer is already there:log4j.additivity.my.package=falseCiao Antonio --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- ______________________________________________________________________Ashish Jain Member Technical Staff (*SEG)** Office :* +91 80 4108 2200 * Mobile: *+91 9845924576 Disclaimer: The Opinions expressed in this mail are mine, and do not necessarily represent those of Oracle Corporation.

