summaryrefslogtreecommitdiff
path: root/etc/logrotate.d/couchdb.tpl.in
diff options
context:
space:
mode:
authorBrad Anderson <brad@cloudant.com>2010-08-20 11:05:21 -0400
committerBrad Anderson <brad@cloudant.com>2010-08-20 11:05:21 -0400
commite3f8001e5c6621d9942fc3832306d1b85f57e503 (patch)
tree90b86831280485fb01d89be1b4d5841eb7f66dcc /etc/logrotate.d/couchdb.tpl.in
parente311c23480bb3a8246fd12510d63c3fb66164470 (diff)
a bit more cleanup of root dir
Diffstat (limited to 'etc/logrotate.d/couchdb.tpl.in')
-rw-r--r--etc/logrotate.d/couchdb.tpl.in9
1 files changed, 0 insertions, 9 deletions
diff --git a/etc/logrotate.d/couchdb.tpl.in b/etc/logrotate.d/couchdb.tpl.in
deleted file mode 100644
index 0bb07e13..00000000
--- a/etc/logrotate.d/couchdb.tpl.in
+++ /dev/null
@@ -1,9 +0,0 @@
-%localstatelogdir%/*.log {
- weekly
- rotate 10
- copytruncate
- delaycompress
- compress
- notifempty
- missingok
-}