Skip to content

Instantly share code, notes, and snippets.

@sdumitriu
Created October 13, 2012 21:38
Show Gist options
  • Save sdumitriu/3886217 to your computer and use it in GitHub Desktop.
Save sdumitriu/3886217 to your computer and use it in GitHub Desktop.
tomcat6 logrotate config
/var/log/tomcat6/catalina.out {
copytruncate
weekly
rotate 52
compress
missingok
create 0644 tomcat tomcat
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment