Re: How to Stop logging

2008-01-02 Thread Jacob Kjome
al Message- From: Jacob Kjome [mailto:[EMAIL PROTECTED] Sent: Monday, December 31, 2007 4:35 AM To: Log4J Users List Subject: Re: How to Stop logging I'm not clear on the goal here? Are you trying to avoid logging or avoid the file creation in the first place? There is no way I know o

RE: How to Stop logging

2008-01-01 Thread Raghuveer
] Sent: Monday, December 31, 2007 4:35 AM To: Log4J Users List Subject: Re: How to Stop logging I'm not clear on the goal here? Are you trying to avoid logging or avoid the file creation in the first place? There is no way I know of to prevent the file from being created that is define

Re: How to Stop logging

2007-12-30 Thread Jacob Kjome
estapp.test=OFF _ From: Sharma, Manu IN GGN SISL [mailto:[EMAIL PROTECTED] Sent: Thursday, December 27, 2007 11:41 AM To: Log4J Users List; [EMAIL PROTECTED] Subject: RE: How to Stop logging Possible workaround : log4j.logger.com.testapp.test=fatal, test Description : Write fatal inste

RE: How to Stop logging

2007-12-28 Thread Raghuveer
lto:[EMAIL PROTECTED] Sent: Thursday, December 27, 2007 11:41 AM To: Log4J Users List; [EMAIL PROTECTED] Subject: RE: How to Stop logging Possible workaround : log4j.logger.com.testapp.test=fatal, test Description : Write fatal instead of debug, it would only display logging for fatal level and

RE: How to Stop logging

2007-12-28 Thread Raghuveer
Stop logging The way to stop logging is to set the threshold "OFF" log4j.logger.com.testapp.test=OFF -Original Message- From: Sharma, Manu IN GGN SISL [mailto:[EMAIL PROTECTED] Sent: Thursday, December 27, 2007 11:41 AM To: Log4J Users List; [EMAIL PROTECTED] Subject: RE: H

RE: How to Stop logging

2007-12-26 Thread Malik, Pratibha
Sorry...it should be log4j.logger.com.testapp.test.threshold=OFF -Original Message- From: Malik, Pratibha [mailto:[EMAIL PROTECTED] Sent: Thursday, December 27, 2007 11:51 AM To: Log4J Users List; [EMAIL PROTECTED] Subject: RE: How to Stop logging The way to stop logging is to set the

RE: How to Stop logging

2007-12-26 Thread Malik, Pratibha
The way to stop logging is to set the threshold "OFF" log4j.logger.com.testapp.test=OFF -Original Message- From: Sharma, Manu IN GGN SISL [mailto:[EMAIL PROTECTED] Sent: Thursday, December 27, 2007 11:41 AM To: Log4J Users List; [EMAIL PROTECTED] Subject: RE: How to St

RE: How to Stop logging

2007-12-26 Thread Sharma, Manu IN GGN SISL
: Raghuveer [mailto:[EMAIL PROTECTED] Sent: Thursday, December 27, 2007 10:40 AM To: [email protected] Subject: How to Stop logging Is there way to stop logging in the application.. This is my configuration of log4j.properties

Re: How to Stop logging

2007-12-26 Thread stevenmmatic
t; <[EMAIL PROTECTED]> Date: Thu, 27 Dec 2007 10:39:38 To: Subject: How to Stop logging Is there way to stop logging in the application.. This is my configuration of log4j.properties log4j.logger.com.testapp.test=debug, test log4j.appender.test=org.apache.log4j.Rol

How to Stop logging

2007-12-26 Thread Raghuveer
Is there way to stop logging in the application.. This is my configuration of log4j.properties log4j.logger.com.testapp.test=debug, test log4j.appender.test=org.apache.log4j.RollingFileAppender log4j.appender.test.File=logsserver\\APP_LOGS\\test\\test.log log4j.appender.tes