ด้วยเหตุผลบางอย่างไฟล์บันทึกเก่าจะไม่ถูกลบ ตัวอย่างด้วยอาปาเช่
ไฟล์ conf บอกว่าอะไร:
$ cat /etc/logrotate.d/apache2
/var/log/apache2/*.log {
weekly
missingok
rotate 2
compress
delaycompress
notifempty
create 640 root adm
sharedscripts
postrotate
/etc/init.d/apache2 reload > /dev/null
endscript
}
เนื้อหา (ครอบตัด) ของโฟลเดอร์บันทึก:
# ls /var/log/apache2/
access.log error.log.26.gz other_vhosts_access.log.20.gz access-ssl.log.14.gz
access.log.1 error.log.27.gz other_vhosts_access.log.21.gz access-ssl.log.15.gz
access.log.2.gz error.log.28.gz other_vhosts_access.log.22.gz access-ssl.log.16.gz
access.log.3.gz error.log.2.gz other_vhosts_access.log.23.gz access-ssl.log.17.gz
[...]
อันที่จริงมีพวกเขามากมาย:
# ls /var/log/apache2/ | wc -l
85
คำสั่ง logrotate ด้วย --verbose ให้สิ่งนี้แก่ฉัน:
# /usr/sbin/logrotate --verbose /etc/logrotate.conf
[...]
reading config file apache2
reading config info for /var/log/apache2/*.log
[...]
rotating pattern: /var/log/apache2/*.log weekly (2 rotations)
empty log files are not rotated, old logs are removed
considering log /var/log/apache2/access.log
log does not need rotating
considering log /var/log/apache2/error.log
log does not need rotating
considering log /var/log/apache2/other_vhosts_access.log
log does not need rotating
considering log /var/log/apache2/pbpdhg-ssl.log
log does not need rotating
not running postrotate script, since no logs were rotated
[...]
เกิดอะไรขึ้นที่นี่? บันทึกการหมุน แต่ไม่ได้ลบออก? ฉันกำลังคิดถึงอะไร
access.log.3.gz
ยังมีอยู่