summaryrefslogtreecommitdiffstats
path: root/system/graphite-web/graphite-web.logrotate
diff options
context:
space:
mode:
Diffstat (limited to 'system/graphite-web/graphite-web.logrotate')
-rw-r--r--system/graphite-web/graphite-web.logrotate8
1 files changed, 0 insertions, 8 deletions
diff --git a/system/graphite-web/graphite-web.logrotate b/system/graphite-web/graphite-web.logrotate
deleted file mode 100644
index fad29bef4c..0000000000
--- a/system/graphite-web/graphite-web.logrotate
+++ /dev/null
@@ -1,8 +0,0 @@
-/var/log/graphite/*.log {
- weekly
- missingok
- rotate 4
- compress
- notifempty
- create 644 graphite graphite
-}