RE: Enabling debug levels - which way?

2002-11-20 Thread Richard Mixon
Forgot to add - I'm using the SimpleLog implementation for now, and I am running J2SDK 1.4.1. -Original Message- From: Richard Mixon [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 20, 2002 12:54 PM To: [EMAIL PROTECTED] Subject: Enabling debug levels - which way? In trying to

RE: Enabling debug levels - which way?

2002-11-20 Thread Karr, David
If you want more debug information from Struts, and you're using the default SimpleLog, then put a file named simplelog.properties in your WEB-INF/classes with the following contents: org.apache.commons.logging.simplelog.defaultlog = debug -Original Message- From: Richard Mixon

RE: Enabling debug levels - which way?

2002-11-20 Thread Richard Mixon
for then? Any other ideas? Thanks - Richard -Original Message- From: Karr, David [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 20, 2002 1:28 PM To: Struts Users Mailing List Subject: RE: Enabling debug levels - which way? If you want more debug information from Struts, and you're

RE: Enabling debug levels - which way?

2002-11-20 Thread Martin Cooper
With Struts 1.1, you configure your logger its own way. Neither the entry in web.xml nor the entry in struts-config.xml is used. Since you're using JDK 1.4, it's probably easiest to forget about SimpleLog and just let Commons Logging pick up the JDK 1.4 logger. Just make sure that