aboutsummaryrefslogtreecommitdiffstats
path: root/community/minio/minio.logrotate
diff options
context:
space:
mode:
Diffstat (limited to 'community/minio/minio.logrotate')
-rw-r--r--community/minio/minio.logrotate5
1 files changed, 5 insertions, 0 deletions
diff --git a/community/minio/minio.logrotate b/community/minio/minio.logrotate
new file mode 100644
index 00000000000..ba37a8bd720
--- /dev/null
+++ b/community/minio/minio.logrotate
@@ -0,0 +1,5 @@
+/var/log/minio.log {
+ copytruncate
+ missingok
+ notifempty
+}