Just for info, the most common Tomcat run scripts redirect the JVM stdout to its logs/catalina.out file
But I want to implement the same for the tomcat logs also. i.e sysout logs. After little research I figured out that by modifying logging.properties file in <tomcat-home>\conf , logs will be rotated every day.