Skip to content

Instantly share code, notes, and snippets.

@epleterte
Created October 12, 2012 13:54
Show Gist options
  • Save epleterte/3879294 to your computer and use it in GitHub Desktop.
Save epleterte/3879294 to your computer and use it in GitHub Desktop.
Logrotate, catalina.out
# logrotate suggestion for catalina
/apps/tomcat/*/logs/catalina.out {
copytruncate
daily
rotate 5
compress
notifempty
missingok
size 100M
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment