https://urlify.cn/F3Uzmi
https://www.cnblogs.com/clsn/p/8428257.html

  1. [root@nginx01 ~]# logrotate
  2. logrotate 3.8.6 - Copyright (C) 1995-2001 Red Hat, Inc.
  3. This may be freely redistributed under the terms of the GNU Public License
  4. Usage: logrotate [-dfv?] [-d|--debug] [-f|--force] [-m|--mail command] [-s|--state statefile] [-v|--verbose] [-l|--log STRING]
  5. [--version] [-?|--help] [--usage] [OPTION...] <configfile>
  6. [root@nginx01 ~]# ll /etc/logrotate.d/
  7. bootlog nginx syslog yum
  8. mariadb subscription-manager wpa_supplicant
  9. [root@nginx01 ~]# ll /etc/logrotate.d/nginx
  10. -rw-r--r-- 1 root root 242 Oct 3 2019 /etc/logrotate.d/nginx
  11. [root@nginx01 ~]# cat /etc/logrotate.d/nginx
  12. /var/log/nginx/*log {
  13. create 0664 nginx root
  14. daily
  15. rotate 10
  16. missingok
  17. notifempty
  18. compress
  19. sharedscripts
  20. postrotate
  21. /bin/kill -USR1 `cat /run/nginx.pid 2>/dev/null` 2>/dev/null || true
  22. endscript
  23. }
  24. [root@nginx01 ~]# cat /etc/cron.daily/logrotate
  25. #!/bin/sh
  26. /usr/sbin/logrotate -s /var/lib/logrotate/logrotate.status /etc/logrotate.conf
  27. EXITVALUE=$?
  28. if [ $EXITVALUE != 0 ]; then
  29. /usr/bin/logger -t logrotate "ALERT exited abnormally with [$EXITVALUE]"
  30. fi
  31. exit 0
  32. [root@nginx01 ~]#
  1. [root@uat-nightingale-server ~]# rpm -ql logrotate
  2. /etc/cron.daily/logrotate
  3. /etc/logrotate.conf
  4. /etc/logrotate.d
  5. /etc/rwtab.d/logrotate
  6. /usr/sbin/logrotate
  7. /usr/share/doc/logrotate-3.8.6
  8. /usr/share/doc/logrotate-3.8.6/CHANGES
  9. /usr/share/doc/logrotate-3.8.6/COPYING
  10. /usr/share/man/man5/logrotate.conf.5.gz
  11. /usr/share/man/man8/logrotate.8.gz
  12. /var/lib/logrotate
  13. /var/lib/logrotate/logrotate.status
  14. [root@uat-nightingale-server ~]#
  1. [root@uat-nightingale-server ~]# ll /etc/logrotate.conf
  2. -rw-r--r--. 1 root root 662 Jul 31 2013 /etc/logrotate.conf
  3. [root@uat-nightingale-server ~]# ll /etc/logrotate.d
  4. total 36
  5. -rw-r--r--. 1 root root 76 May 12 2017 bootlog
  6. -rw-r--r-- 1 root root 160 Jan 31 2017 chrony
  7. -rw-r--r-- 1 root root 893 Apr 3 2020 mariadb
  8. -rw-r--r-- 1 root root 242 Oct 3 2019 nginx
  9. -rw-r--r--. 1 root root 71 Jun 22 2017 subscription-manager
  10. -rw-r--r--. 1 root root 224 May 10 2017 syslog
  11. -rw-r--r--. 1 root root 32 Dec 9 2013 up2date
  12. -rw-r--r--. 1 root root 100 May 17 2017 wpa_supplicant
  13. -rw-r--r--. 1 root root 100 Mar 28 2017 yum
  14. [root@uat-nightingale-server ~]#

定时日志轮询

  1. [root@uat-nightingale-server ~]# cat /etc/cron.daily/logrotate
  2. #!/bin/sh
  3. /usr/sbin/logrotate -s /var/lib/logrotate/logrotate.status /etc/logrotate.conf
  4. EXITVALUE=$?
  5. if [ $EXITVALUE != 0 ]; then
  6. /usr/bin/logger -t logrotate "ALERT exited abnormally with [$EXITVALUE]"
  7. fi
  8. exit 0
  9. [root@uat-nightingale-server ~]#

手动执行日志轮询 -f

  1. # /usr/sbin/logrotate -f /etc/logrotate.d/nginx
  2. # /usr/sbin/logrotate -d -f /etc/logrotate.d/nginx ##强制执行
  1. logrotate [OPTION...] <configfile>
  2. -d, --debug debug模式,测试配置文件是否有错误。
  3. -f, --force :强制转储文件。
  4. -m, --mail=command :压缩日志后,发送日志到指定邮箱。
  5. -s, --state=statefile :使用指定的状态文件。
  6. -v, --verbose :显示转储过程。

日志轮询规则

  1. [root@uat-nightingale-server ~]# cat /etc/logrotate.conf
  2. # see "man logrotate" for details
  3. # rotate log files weekly
  4. weekly
  5. # keep 4 weeks worth of backlogs
  6. rotate 4
  7. # create new (empty) log files after rotating old ones
  8. create
  9. # use date as a suffix of the rotated file
  10. dateext
  11. # uncomment this if you want your log files compressed
  12. #compress
  13. # RPM packages drop log rotation information into this directory
  14. include /etc/logrotate.d
  15. # no packages own wtmp and btmp -- we'll rotate them here
  16. /var/log/wtmp {
  17. monthly
  18. create 0664 root utmp
  19. minsize 1M
  20. rotate 1
  21. }
  22. /var/log/btmp {
  23. missingok
  24. monthly
  25. create 0600 root utmp
  26. rotate 1
  27. }
  28. # system-specific logs may be also be configured here.
  29. [root@uat-nightingale-server ~]#

#

  1. # cat /etc/logrotate.conf
  2. # 底下的设定是 "logrotate 的默认值" ,如果別的文件设定了其他的值,
  3. # 就会以其它文件的设定为主
  4. weekly //默认每一周执行一次rotate轮转工作
  5. rotate 4 //保留多少个日志文件(轮转几次).默认保留四个.就是指定日志文件删除之前轮转的次数,0 指没有备份
  6. create //自动创建新的日志文件,新的日志文件具有和原来的文件相同的权限;因为日志被改名,因此要创建一个新的来继续存储之前的日志
  7. dateext //这个参数很重要!就是切割后的日志文件以当前日期为格式结尾,如xxx.log-20131216这样,如果注释掉,切割出来是按数字递增,即前面说的 xxx.log-1这种格式
  8. compress //是否通过gzip压缩转储以后的日志文件,如xxx.log-20131216.gz ;如果不需要压缩,注释掉就行
  9. include /etc/logrotate.d
  10. # 将 /etc/logrotate.d/ 目录中的所有文件都加载进来
  11. /var/log/wtmp { //仅针对 /var/log/wtmp 所设定的参数
  12. monthly //每月一次切割,取代默认的一周
  13. minsize 1M //文件大小超过 1M 后才会切割
  14. create 0664 root utmp //指定新建的日志文件权限以及所属用户和组
  15. rotate 1 //只保留一个日志.
  16. }
  17. # 这个 wtmp 可记录用户登录系统及系统重启的时间
  18. # 因为有 minsize 的参数,因此不见得每个月一定会执行一次喔.要看文件大小。

参数
  1. compress #通过gzip 压缩转储以后的日志
  2. nocompress #不做gzip压缩处理
  3. copytruncate #用于还在打开中的日志文件,把当前日志备份并截断;是先拷贝再清空的方式,拷贝和清空之间有一个时间差,可能会丢失部分日志数据。
  4. nocopytruncate #备份日志文件不过不截断
  5. create mode owner group #轮转时指定创建新文件的属性,如create 0777 nobody nobody
  6. nocreate #不建立新的日志文件
  7. delaycompress #和compress 一起使用时,转储的日志文件到下一次转储时才压缩
  8. nodelaycompress #覆盖 delaycompress 选项,转储同时压缩。
  9. missingok #如果日志丢失,不报错继续滚动下一个日志
  10. errors address #专储时的错误信息发送到指定的Email 地址
  11. ifempty #即使日志文件为空文件也做轮转,这个是logrotate的缺省选项。
  12. notifempty #当日志文件为空时,不进行轮转
  13. mail address #把转储的日志文件发送到指定的E-mail 地址
  14. nomail #转储时不发送日志文件
  15. olddir directory #转储后的日志文件放入指定的目录,必须和当前日志文件在同一个文件系统
  16. noolddir #转储后的日志文件和当前日志文件放在同一个目录下
  17. sharedscripts #运行postrotate脚本,作用是在所有日志都轮转后统一执行一次脚本。如果没有配置这个,那么每个日志轮转后都会执行一次脚本
  18. prerotate #在logrotate转储之前需要执行的指令,例如修改文件的属性等动作;必须独立成行
  19. postrotate #在logrotate转储之后需要执行的指令,例如重新启动 (kill -HUP) 某个服务!必须独立成行
  20. daily #指定转储周期为每天
  21. weekly #指定转储周期为每周
  22. monthly #指定转储周期为每月
  23. rotate count #指定日志文件删除之前转储的次数,0 指没有备份,5 指保留5 个备份
  24. dateext #使用当期日期作为命名格式
  25. dateformat .%s #配合dateext使用,紧跟在下一行出现,定义文件切割后的文件名,必须配合dateext使用,只支持 %Y %m %d %s 这四个参数
  26. size(或minsize) log-size #当日志文件到达指定的大小时才转储,log-size能指定bytes(缺省)及KB (sizek)或MB(sizem).
  27. 当日志文件 >= log-size 的时候就转储。 以下为合法格式:(其他格式的单位大小写没有试过)
  28. size = 5 size 5 (>= 5 个字节就转储)
  29. size = 100k size 100k
  30. size = 100M size 100M

nginx日志切割配置
####

  1. [root@uat-nightingale-server ~]# cat /etc/logrotate.d/nginx.conf
  2. /usr/local/nginx/logs/*.log {
  3. daily
  4. rotate 7
  5. missingok
  6. notifempty
  7. dateext
  8. sharedscripts
  9. postrotate
  10. if [ -f /usr/local/nginx/logs/nginx.pid ]; then
  11. kill -USR1 `cat /usr/local/nginx/logs/nginx.pid`
  12. fi
  13. endscript
  14. }
  15. [root@uat-nightingale-server ~]#

#

  1. [root@uat-nightingale-server logrotate.d]# cat nginx
  2. /var/log/nginx/*log {
  3. create 0664 nginx root
  4. daily
  5. rotate 10
  6. missingok
  7. notifempty
  8. compress
  9. sharedscripts
  10. postrotate
  11. /bin/kill -USR1 `cat /run/nginx.pid 2>/dev/null` 2>/dev/null || true
  12. endscript
  13. }
  1. #!/bin/bash
  2. log_path=/usr/local/nginx/logs/access.log
  3. save_path=/usr/local/nginx/logs/bak/access_$(date +%Y%m%d -d 'yesterday').log
  4. cp $log_path $save_path && echo > $log_path
  5. $ crontab -e
  6. #输入
  7. 0 0 * * * /usr/bin/sh cut_logs.sh #每天的00:00执行日志切分
  8. $ crontab -l #查看定时任务是否添加成功