# This is a config file for the `logrotate` utility.
# https://www.digitalocean.com/community/tutorials/how-to-manage-logfiles-with-logrotate-on-ubuntu-16-04
/home/hmn/log/*.log {
    daily
    missingok
    notifempty
    rotate 30
    compress
    copytruncate
}