Skip to content

Commit

Permalink
log: replaced size with maxsize directive (RhBug:1177394)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Silhan committed Jan 6, 2015
1 parent b81feda commit 46fbb2e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions etc/logrotate.d/dnf
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
/var/log/dnf.log {
missingok
notifempty
size 30k
maxsize 30k
yearly
create 0600 root root
}

/var/log/dnf.rpm.log {
missingok
notifempty
size 30k
maxsize 30k
yearly
create 0600 root root
}

/var/log/dnf.plugin.log {
missingok
notifempty
size 30k
maxsize 30k
yearly
create 0600 root root
}

/var/cache/dnf/*/*/hawkey.log {
missingok
notifempty
size 30k
maxsize 30k
yearly
create 0600 root root
}

0 comments on commit 46fbb2e

Please sign in to comment.