From 9ba4c8e81894e15e9b78aead8722f98bd52766bf Mon Sep 17 00:00:00 2001 From: Pavla Kratochvilova Date: Wed, 16 Sep 2020 15:16:47 +0200 Subject: [PATCH] Do not handle dnf.librepo.log with logrotate Since the log rotation for dnf.librepo.log is now handled in python, there shouldn't be a logrotate config for this log anymore. = changelog = related: https://bugzilla.redhat.com/show_bug.cgi?id=1816573 --- etc/logrotate.d/dnf | 8 -------- 1 file changed, 8 deletions(-) diff --git a/etc/logrotate.d/dnf b/etc/logrotate.d/dnf index 1f2c114bc9..b96c6ff9b4 100644 --- a/etc/logrotate.d/dnf +++ b/etc/logrotate.d/dnf @@ -1,11 +1,3 @@ -/var/log/dnf.librepo.log { - missingok - notifempty - rotate 4 - weekly - create 0600 root root -} - /var/log/hawkey.log { missingok notifempty