summaryrefslogtreecommitdiff
path: root/graphite-web.logrotate
diff options
context:
space:
mode:
Diffstat (limited to 'graphite-web.logrotate')
-rw-r--r--graphite-web.logrotate8
1 files changed, 8 insertions, 0 deletions
diff --git a/graphite-web.logrotate b/graphite-web.logrotate
new file mode 100644
index 0000000..155767d
--- /dev/null
+++ b/graphite-web.logrotate
@@ -0,0 +1,8 @@
+/var/log/graphite-web/*.log {
+ rotate 7
+ missingok
+ notifempty
+ copytruncate
+ daily
+ compress
+}