# This file should be put as "/etc/logrotate.d/treasure-hunter".                  
# Manual usage Example                                                            
# - logrotate -f /etc/logrotate.d/treasure-hunter                                 
                                                                           
/var/log/treasure-hunter.log {            
  rotate 12
  size 32M
  hourly
  missingok
  notifempty
  compress
  delaycompress
  copytruncate
  create 0640 ubuntu ubuntu
  su ubuntu ubuntu
}                                                                          
