When I deploy my war file in tomcat, the SEVERE errors thrown by Catalina do not show up on console. For example NullPointerExceptions are not shown in the console making life hard sometimes. Instead they are shown in $TOMCAT_HOME/logs/localhost*.log files. What should I do to make these catalina logging information to show on the console.
Additional details: I have log4j enabled in my application itself and logs related to that show up on the console without any issues.