Re: Log4j problem mixing 2 apps

2003-09-02 Thread Jacob Kjome
Use a custom repository selector. There are two available in the log4j-sandbox project. Read about them here: http://nagoya.apache.org/wiki/apachewiki.cgi?Log4JProjectPages/AppContainerLogging Note that here, you might need to install a repository selector at app or server startup. Not entire

Log4j problem mixing 2 apps

2003-09-02 Thread Juraj . Lenharcik
Hello, I have two modules, which are using Log4J. The problem is, that the output from MOD1 is mixed with the output of MOD2 (MOD2 is also a standalone application). These two modules are added into an EAR-file. So I have also only one log4j.jar included. What is the best way, to isolate the

Re: Log4j problem with JBoss?

2003-03-03 Thread Rafal Kedziorski
hi, I found it. Rafal At 23:22 03.03.2003 +0100, Rafal Kedziorski wrote: hi, I have folowwing problem with JBoss 3.0.6 and Log4j. This is my definition in log4j.xml: --- http://jakarta.apache.org/log4j/"; debug="false">

Log4j problem with JBoss?

2003-03-03 Thread Rafal Kedziorski
hi, I have folowwing problem with JBoss 3.0.6 and Log4j. This is my definition in log4j.xml: --- http://jakarta.apache.org/log4j/"; debug="false"> ... This ist my Timer class: ---

RE: Log4j problem

2002-12-24 Thread Ebersole, Steven
.rootLogger=DEBUG,A2 log4j.additivity.com.sel.CxLoggingAdapter=false log4j.logger.com.sel.CxLoggingAdapter=DEBUG,R |-Original Message- |From: Ranjit Gopalan [mailto:[EMAIL PROTECTED]] |Sent: Tuesday, December 24, 2002 11:06 AM |To: [EMAIL PROTECTED] |Subject: Log4j problem

Log4j problem

2002-12-24 Thread Ranjit Gopalan
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.apac

Re: Log4J problem with WebSphere (or any EJB server)

2002-02-14 Thread BLasch
's. - Bob "Michael Wang (IT)"To: "'Log4J Users List'" <[EMAIL PROTECTED]>

Log4J problem with WebSphere (or any EJB server)

2002-02-14 Thread Michael Wang (IT)
Not sure if this problem only happens in WebSphere 4.0.2 or any EJB server. I'm using Log4J 1.1.3 and Websphere 4.0.2. I found a interesting thing is that any log.debug/warn/error/info() code in my normal java class is able to be written down into the log file. However, any code in my EJB bean