I\'m using the Tomcat7 Maven plugin:
org.apache.tomcat.maven tomcat7-
The logging configuration for Embedded Tomcat Maven is currently broken due to bug
https://issues.apache.org/jira/browse/MTOMCAT-127
The workaround is to simply redirect the stdout, like:
mvn tomcat7:run 2>&1 | tee catalina.out