# copytruncate is safe here because the daemon opens its log file with
# O_APPEND, so writes after truncation land at the new end of file
/var/log/walletd/*.log {
    weekly
    rotate 8
    missingok
    notifempty
    compress
    delaycompress
    copytruncate
}
