# This file was installed by cvmfs and contains the default lograte config
# for logs in /var/log/cvmfs generated by cvmfs_server snapshot and other commands
# Feel free to modify it, it won't be overwritten by updates

/var/log/cvmfs/*.log {
    rotate 5
    weekly
    missingok
    notifempty
    dateext
    dateformat -%Y%m%d
}

