- since we're redirecting output anyway, might as well see everything
[nodeupdate.git] / NodeUpdate.logrotate
1 /var/log/NodeUpdate.log {
2     compress
3     daily
4     notifempty
5     rotate 5
6     missingok
7 }