Greetings all,
I'm attempting to configure Struts 1.2.9 with Tomcat 5.5. So far everything is going smoothly and working fine - except: I notice that Struts is using commons-logging, and the log statements are writing to the "catalina.log " file. This is not the best case scenario, but it is workable - however, I notice that it only writes INFO level and above log messages. Apparently my "isDebugEnabled" flag is not set, so DEBUG level messages are not printing. Can someone please tell me how to set this flag to on so I can see my DEBUG level messages (or just tell me how to set my logging level in general)? 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). Thanks, Darren