Disable tomcat logging

I want to disable the tomcat jvm.stderr and jvm.stdout logs that were installed in the wrapper.properties file, I commented out these lines, but it just redirects the logs that will be written to the tomcat root folder.

The reason for turning them off is that these logs do not have any size control, so I have a situation where they become too large and cause problems.

Is it possible to completely disable them, or at least create some kind of control to stop files that are too large.

thanks

+3
source share
1 answer

/dev/null wrapper.properties? , Windows, fooobar.com/questions/20110/...

+1

Source: https://habr.com/ru/post/1713660/


All Articles