Enable the log for RequestProcessor and other classes

2004-02-06 Thread Villalba Arias, Fredy [BILBOMATICA]
Hi, Is there a configuration variable (web.xml / struts-config.xml / other file) for enabling the log for the RequestProcessor class (and the like)? Regards, Freddy. --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.459 /

Re: Enable the log for RequestProcessor and other classes

2004-02-06 Thread Joe Germuska
Is there a configuration variable (web.xml / struts-config.xml / other file) for enabling the log for the RequestProcessor class (and the like)? Struts uses the commons-logging API. If Log4J is on the classpath, then you don't need any additional configuration besides the Log4J config files.