답변:
최근 파일에보다 쉽게 액세스 할 수 있어야한다는 데 동의합니다. 어쨌든 실제 동작은 logrotate 'delaycompress'지시문을 통해 결정됩니다.
역사적인 이유는 logrotate 매뉴얼에서 찾을 수 있습니다.
Postpone compression of the previous log file to the next rotation
cycle. This has only effect when used in combination with compress.
It can be used when some program can not be told to close its logfile and
thus might continue writing to the previous log file for some time.
그렇습니다. 최신 로그 파일에보다 쉽게 액세스 할 수 있도록하기위한 것입니다. logrotate 옵션 delaycompress
이이를 제어합니다. logrotate 맨 페이지에서 :
지연 압축
Postpone compression of the previous log file to the next rotation cycle. This only has effect when used in combination with compress. It can be used when some program cannot be told to close its logfile and thus might continue writing to the previous log file for some time.
/etc/logrotate.conf
및 아래 파일에 사용됩니다 /etc/logrotate.d/*
.