|
Hi, Register ‘R’ with the root logger. I mean replace the following line log4j.rootLogger=DEBUG,A2 with log4j.rootLogger=DEBUG,A2, R
-----Original Message-----
Hi All,
I am using the following log4j.properties file. the problem is it appends to A2 when i get the logger of CxLoggingAdapter while i am exception it to log to R. can any body tell me why this is happening. Thanks in advance Ranjit
log4j.rootLogger=DEBUG,A2 log4j.appender.A2=org.apache.log4j.RollingFileAppender
log4j.appender.R=org.apache.log4j.RollingFileAppender
log4j.additivity.com.sel.CxLoggingAdapter=false
|
Title: Problem in Log4j
- Problem in Log4j Ranjit Gopalan
- Amarnath P
