more verbose logging

2002-09-10 Thread Vincent Stoessel
Hello, I am trying to debug my struts app. When I submit a form I just get a blank page and I would like to know if there is a way for struts to tell me what exactly it is doing the action mapping as it is happening. thanks. -- Vincent Stoessel Linux Systems Developer vincent xaymaca.com

Re: more verbose logging

2002-09-10 Thread John Yu
Hi Vincent, Struts internally uses Commons-Logging. Basically, Commons-Logging will try to use JDK1.4 logging, Log4J and Avalon LogKit, depending which one it finds on the classpath. Then, the logging is controlled by the found logging implementation. For instance, if you have Log4J,