# sample logrotate configuration file
compress
create
shred

/var/log/sophomorix/command.log {
    rotate 4
    weekly
}
