I noticed that my catalina.out in /var/log/tomcat is this big... why? How do I avoid this?
Asked
Active
Viewed 6,023 times
1 Answers
1
Check out the Apache Tomcat Logging FAQ, which points to a thread on how to rotate catalina.out:
On Unix I simply pipe the catalina.sh command to /usr/bin/cronolog and it rotates the log for me. See www.cronolog.org for more info...
And as @slhck points out, there are some other good instructions on catalina.out rotation.
JW8
- 1,202
- 3
- 13
- 26