Current File : //etc/logrotate.d/monarx-agent
/var/log/monarx-agent.log {
  rotate 7
  daily
  compress
  missingok
  notifempty
  create 600 root root
  copytruncate
  dateext
  delaycompress
}