Skip to content

Commit

Permalink
Do not handle dnf.log, dnf.rpm.log, and dnf.plugin.log with logrotate
Browse files Browse the repository at this point in the history
Since the log rotation for these logs is handled in python, they shouldn't
be included in the logrotate config anymore.
  • Loading branch information
pkratoch authored and m-blaha committed Jun 10, 2019
1 parent 316e5b2 commit 5ad2a76
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions etc/logrotate.d/dnf
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
/var/log/dnf.log {
missingok
notifempty
rotate 4
weekly
create 0600 root root
}

/var/log/dnf.librepo.log {
missingok
notifempty
Expand All @@ -14,22 +6,6 @@
create 0600 root root
}

/var/log/dnf.rpm.log {
missingok
notifempty
rotate 4
weekly
create 0600 root root
}

/var/log/dnf.plugin.log {
missingok
notifempty
rotate 4
weekly
create 0600 root root
}

/var/log/hawkey.log {
missingok
notifempty
Expand Down

0 comments on commit 5ad2a76

Please sign in to comment.