Tomcat 9 Rotate or Remove stdout log file

51 views Asked by At

I am looking for a solution to remove the logs/stdout log file or rotate this file daily/ by size in Apache Tomcat 9.0.75. I tried removing java.util.logging.ConsoleHandler and setting java.util.logging.ConsoleHandler.level = OFF in conf/logging.properties file, but not worked for me.

Please share if there any solution

Thank you

0

There are 0 answers