# logrotation file for susemanager

/var/log/rhn/mgr-sync.log {
    compress
    dateext
    maxage 365
    rotate 5
    missingok
    notifempty
    size 4096k
    su wwwrun www
}

/var/log/rhn/mgr-create-bootstrap-repo/mgr-create-bootstrap-repo.log {
    compress
    dateext
    daily
    maxage 30
    missingok
    notifempty
    rotate 30
    su wwwrun www
}
