summaryrefslogtreecommitdiffstats
path: root/tomcat7-7.0.logrotate
diff options
context:
space:
mode:
Diffstat (limited to 'tomcat7-7.0.logrotate')
-rw-r--r--tomcat7-7.0.logrotate8
1 files changed, 8 insertions, 0 deletions
diff --git a/tomcat7-7.0.logrotate b/tomcat7-7.0.logrotate
new file mode 100644
index 0000000..a87b4c0
--- /dev/null
+++ b/tomcat7-7.0.logrotate
@@ -0,0 +1,8 @@
+@@@TCLOG@@@/catalina.out {
+ copytruncate
+ weekly
+ rotate 52
+ compress
+ missingok
+ create 0644 tomcat tomcat
+}