Thanks George.

I looked at the link you provided and it seems to pertain to Log4J
information. I just did a quick search and I don't see any Log4J files
(either properties or xml). Furthermore, I can see that the default install
of Struts includes commons-logging.jar, but I don't see anything to do with
Log4J jar files.

Is commons-logging using Log4J under the covers? If so, are the Log4J jar
files hidden in commons-logging somewhere or do I need to download the Log4J
jar and put it in my classpath and create a Log4J.xml file? (Also how is
logging working now if I'm only using commons-logging and I don't have Log4J
in place yet?)

Darren


 
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] 
Sent: Tuesday, June 13, 2006 11:38 AM
To: user@struts.apache.org
Subject: RE: [newb question] Turning on DEBUG level logging

Darren Hall asked:
> Essentially I'm looking for a setting that I'm missing in 
> some config file (possibly the web.xml file, or the 
> struts-config.xml file).

It's missing from log4j.properties (or xml).  See
http://idiacomputing.com/moin/Log4jDotProperties for some links.  When
you find it in your setup, add

log4j.logger.org.apache=DEBUG

and you'll get a bunch of logging.

 - George
   http://www.idiacomputing.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]

Reply via email to