logrotate: add some comments

This commit is contained in:
Girish Ramakrishnan
2020-05-11 13:59:52 -07:00
parent e27c5583bb
commit 7d549dbbd5
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -8,6 +8,7 @@
maxsize 1M
missingok
delaycompress
# this truncates the original log file and not the rotated one
copytruncate
}
@@ -18,6 +19,7 @@
missingok
# we never compress so we can simply tail the files
nocompress
# this truncates the original log file and not the rotated one
copytruncate
}