summaryrefslogtreecommitdiff
path: root/valkey.logrotate
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2024-10-18 00:58:25 +0000
committerCoprDistGit <infra@openeuler.org>2024-10-18 00:58:25 +0000
commit5f235febc4746e03919ce15b8d4fb0b69895aea2 (patch)
treedd75072a20a6b4958ca41aa5992d99715bc69a6a /valkey.logrotate
parent04c70613ebc1a9998bc78d65bb694a5c72558722 (diff)
automatic import of valkey
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
+}