about summary refs log tree commit diff stats
path: root/linux/conf/logrotate.d/letsencrypt
blob: ce73ebcadf5fd89158b48d58d4d1a9d6118f1344 (plain) (blame)
1
2
3
4
5
6
7
/var/log/letsencrypt/*.log {
    # uncomment this if you want your log files compressed
    delaycompress
    compress
    olddir /var/log/old/letsencrypt
    notifempty
}