# etc/logrotate.d/deap_cui_cpp
# Use sed to replace __APP_ROOT__ with correct value

__APP_ROOT__/log/*.log {
  daily
  missingok
  su root adm
  size 25M
  rotate 7
  compress
  delaycompress
  notifempty
  copytruncate
}
