/var/log/edgedragon/*.log {
    daily
    rotate 14
    missingok
    notifempty
    compress
    delaycompress
    sharedscripts
    postrotate
        # Send SIGHUP to reopen log files (works without systemd)
        pkill -HUP -x edgedragon 2>/dev/null || true
    endscript
}
