summaryrefslogtreecommitdiff
path: root/valkey.logrotate
diff options
context:
space:
mode:
Diffstat (limited to 'valkey.logrotate')
-rw-r--r--valkey.logrotate9
1 files changed, 9 insertions, 0 deletions
diff --git a/valkey.logrotate b/valkey.logrotate
new file mode 100644
index 0000000..e91fcd3
--- /dev/null
+++ b/valkey.logrotate
@@ -0,0 +1,9 @@
+/var/log/valkey/*.log {
+ weekly
+ rotate 10
+ copytruncate
+ delaycompress
+ compress
+ notifempty
+ missingok
+}