From 70115678c1330352146d695551d9b60a9b24d4bc Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Fri, 5 Jul 2024 13:29:33 +0000 Subject: automatic import of valkey --- valkey.logrotate | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 valkey.logrotate (limited to 'valkey.logrotate') 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 +} -- cgit v1.2.3