RE: Strange issue with log4j version 1.2.9

2004-12-24 Thread Jacob Kjome
e- >From: Jacob Kjome [mailto:[EMAIL PROTECTED] >Sent: Thursday, December 23, 2004 2:50 PM >To: Log4J Users List >Subject: RE: Strange issue with log4j version 1.2.9 > >At 11:41 AM 12/23/2004 -0600, you wrote: > > There is no other config file other than logger.xml. > >

RE: Strange issue with log4j version 1.2.9

2004-12-24 Thread Seshachala, Sudhendra B
issue with log4j version 1.2.9 On Dec 24, 2004, at 8:57 AM, Seshachala, Sudhendra B wrote: > Ok. > I found that there is a library which has log4j.properties in the > classpath. > This library is used by our app. > Is there a way, that the log4j.xml is pulled from where I wan

RE: Strange issue with log4j version 1.2.9

2004-12-24 Thread Seshachala, Sudhendra B
List Subject: Re: Strange issue with log4j version 1.2.9 On Dec 24, 2004, at 8:57 AM, Seshachala, Sudhendra B wrote: > Ok. > I found that there is a library which has log4j.properties in the > classpath. > This library is used by our app. > Is there a way, that the log4j.xml is pu

Re: Strange issue with log4j version 1.2.9

2004-12-24 Thread Curt Arnold
On Dec 24, 2004, at 8:57 AM, Seshachala, Sudhendra B wrote: Ok. I found that there is a library which has log4j.properties in the classpath. This library is used by our app. Is there a way, that the log4j.xml is pulled from where I want rather than the default classpath... java -Dlog4j.configura

RE: Strange issue with log4j version 1.2.9

2004-12-24 Thread Seshachala, Sudhendra B
-9960 Mail to: [EMAIL PROTECTED] -Original Message- From: Jacob Kjome [mailto:[EMAIL PROTECTED] Sent: Thursday, December 23, 2004 2:50 PM To: Log4J Users List Subject: RE: Strange issue with log4j version 1.2.9 At 11:41 AM 12/23/2004 -0600, you wrote: > There is no other config file ot

RE: Strange issue with log4j version 1.2.9

2004-12-23 Thread Jacob Kjome
hachala >Office : 281-514-0918 >Cell: 408-203-9960 >Mail to: [EMAIL PROTECTED] > >-Original Message- >From: Jacob Kjome [mailto:[EMAIL PROTECTED] >Sent: Thursday, December 23, 2004 11:27 AM >To: Log4J Users List >Subject: Re: Strange issue with log4j version 1.

RE: Strange issue with log4j version 1.2.9

2004-12-23 Thread Seshachala, Sudhendra B
rsday, December 23, 2004 11:27 AM To: Log4J Users List Subject: Re: Strange issue with log4j version 1.2.9 At 10:27 AM 12/23/2004 -0600, you wrote: >The logger.xml <> has has a RollingFileAppender. With file >name as c:\application_name-debug.log. >But another file called exampl

Re: Strange issue with log4j version 1.2.9

2004-12-23 Thread Jacob Kjome
At 10:27 AM 12/23/2004 -0600, you wrote: The logger.xml <> has has a RollingFileAppender. With file name as c:\application_name-debug.log. But another file called example.log gets generated whenever I run the application eventhough I have not configured for this file anywhere.. Can any one help

Strange issue with log4j version 1.2.9

2004-12-23 Thread Seshachala, Sudhendra B
Title: Strange issue with log4j version 1.2.9 The logger.xml <> has has a RollingFileAppender. With file name as c:\application_name-debug.log. But another file called example.log gets generated whenever I run the application eventhough  I have not configured for this file anywhere.