where do i get info for setting the logging level in struts1.1.b3

2003-02-25 Thread Ashish Kulkarni
Hi,

I want to set the log message level to error , so i
dont get all the debug messages. 
Is there a place where some steps or procedurs is
given to setup this level,
I am using log4j in my project and so have the
log4j.jar file in lib directory, does it affect it??



=
A$HI$H

__
Do you Yahoo!?
Yahoo! Tax Center - forms, calculators, tips, more
http://taxes.yahoo.com/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: where do i get info for setting the logging level in struts1.1.b3

2003-02-25 Thread Pani, Gourav
Ashish, 

You would have to create a log4j.properties file and load it with a Servlet
on startup.  Information for this should be available here:
http://jakarta.apache.org/log4j/docs/manual.html.

You can then set your logging level with the following line in your
properties file.

# Logger for apache classes to exclude basic debug messages
log4j.logger.org.apache=ERROR, LoggerType



PS:  Not so subtle hint.  Consider losing the $ signs in your signature.

-Original Message-
From: Ashish Kulkarni [mailto:[EMAIL PROTECTED]
Sent: Tuesday, February 25, 2003 11:21 AM
To: [EMAIL PROTECTED]
Subject: where do i get info for setting the logging level in
struts1.1.b3


Hi,

I want to set the log message level to error , so i
dont get all the debug messages. 
Is there a place where some steps or procedurs is
given to setup this level,
I am using log4j in my project and so have the
log4j.jar file in lib directory, does it affect it??



=
A$HI$H

__
Do you Yahoo!?
Yahoo! Tax Center - forms, calculators, tips, more
http://taxes.yahoo.com/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[OT] RE: where do i get info for setting the logging level in struts1.1.b3

2003-02-25 Thread John Espey
http://jakarta.apache.org/log4j
look for log4j.properties


 -Original Message-
 From: Ashish Kulkarni [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, February 25, 2003 10:21 AM
 To: [EMAIL PROTECTED]
 Subject: where do i get info for setting the logging level in
 struts1.1.b3
 
 
 Hi,
 
 I want to set the log message level to error , so i
 dont get all the debug messages. 
 Is there a place where some steps or procedurs is
 given to setup this level,
 I am using log4j in my project and so have the
 log4j.jar file in lib directory, does it affect it??
 
 
 
 =
 A$HI$H
 
 __
 Do you Yahoo!?
 Yahoo! Tax Center - forms, calculators, tips, more
 http://taxes.yahoo.com/
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]