While running grails app in 'dev' mode using 'grails run-app', where is the default Tomcat log file located written out by the embedded Tomcat come with Grails (1.2.2) installation?
My other stand-along Tomcat writes log out to $CATALINA_HOME/logs/catalina.out, not the location the embedded Tomcat comes with Grails logs access requests. Could you be more specific?
hko19
2010-05-05 18:20:23
Do you have log4j configured in Config.groovy?
armandino
2010-05-05 21:03:02
My log4j in Config.groovy is pretty standard in its default value. More pointers to have my Tomcat (embedded) log written out some where that I can see is appreciated.
hko19
2010-05-06 23:08:52
+1
A:
There isn't a default log file, the output to the log gets written to stdout.
Lloyd Meinholz
2010-05-05 05:42:05