manage logrotate

This commit is contained in:
Dan Anglin 2024-09-10 15:05:14 +01:00
parent e29fec170d
commit 9750df2a85
Signed by: dananglin
GPG key ID: 0C1D44CFBEE68638

View file

@ -1,6 +1,6 @@
${LOG_HOME}/*.log ${LOG_HOME}/nvim/*.log {
{{ env "LOG_HOME" | printf "%s/*.log" }} {
rotate 3
size 10M
size 3M
nocompress
notifempty
copytruncate