#
# /etc/logrotate.d/dsgwd_pi
#
/var/log/dsgwd_pi.log {
   rotate 52 
   weekly
   compress
   missingok
   notifempty
}

