mynode/rootfs/standard/etc/logrotate.conf
2020-02-09 21:25:47 -06:00

33 lines
658 B
Plaintext

# see "man logrotate" for details
# rotate log files daily
daily
# keep 2 days worth of backlogs as long as daily size is less than 3 MB
rotate 2
maxsize 3M
# create new (empty) log files after rotating old ones
create
# uncomment this if you want your log files compressed
#compress
# packages drop log rotation information into this directory
include /etc/logrotate.d
# no packages own wtmp, or btmp -- we'll rotate them here
#/var/log/wtmp {
# missingok
# monthly
# create 0664 root utmp
# rotate 1
#}
#/var/log/btmp {
# missingok
# monthly
# create 0660 root utmp
# rotate 1
#}
# system-specific logs may be configured here