Grails - No Logging In Tomcat
问题 I cannot get grails log4j logging to work in Tomcat6. I previously thought the problem had to do with Production mode, but now I believe the issue is tomcat. I have a log4j configuration in my Config.groovy that correctly sets logging when I run the application in STS. I am using the wonderful app-info plugin, which confirms that the correct logging values are being set. However, when I do a grails war or even a grails dev war with the same code, and plug it into the webapps folder in Tomcat,