When I deploy my war file on a standalone tomcat server and start tomcat using startup.bat script, All my System.out.println show up on the tomcat console and since there is lot of information they quickly refresh and I cant read them.
I don't see those statements in any of the tomcat log files. Is there a way to have them printed in log files(when tomcat console is open as well)? Looks like all that information gets printed on tomcat and never goes to the log files.