summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-db/couchdb/files/couchdb.logrotate')
-rw-r--r--dev-db/couchdb/files/couchdb.logrotate10
1 files changed, 0 insertions, 10 deletions
diff --git a/dev-db/couchdb/files/couchdb.logrotate b/dev-db/couchdb/files/couchdb.logrotate
deleted file mode 100644
index bb92fcd..0000000
--- a/dev-db/couchdb/files/couchdb.logrotate
+++ /dev/null
@@ -1,10 +0,0 @@
-/var/log/couchdb/*.log {
- daily
- rotate 30
- dateext
- delaycompress
- compress
- notifempty
- sharedscripts
- missingok
-}