diff options
Diffstat (limited to 'testing/mongodb/mongodb.logrotate')
-rw-r--r-- | testing/mongodb/mongodb.logrotate | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/testing/mongodb/mongodb.logrotate b/testing/mongodb/mongodb.logrotate deleted file mode 100644 index f95a438b5b..0000000000 --- a/testing/mongodb/mongodb.logrotate +++ /dev/null @@ -1,13 +0,0 @@ -# Default log rotation / compression keeps 1 year of logs. -/var/log/mongodb/*.log { - daily - rotate 365 - dateext - copytruncate - delaycompress - compress - notifempty - extension gz - sharedscripts - missingok -} |