2 # logrotate degaults, see "man logrotate" for details
5 # rotate log files weekly
8 # keep 4 weeks worth of backlogs
11 # create new (empty) log files after rotating old ones
14 # uncomment this if you want your log files compressed
17 # uncomment this if you want to use gzip for compression, default .xz
20 # uncomment this if you want to use gzip for compression, default /usr/bin/xz
21 #compresscmd /bin/gzip
23 # uncomment this if you want to use gunzip for decompression, default /usr/bin/unxz
24 #uncompresscmd /bin/gunzip
26 # uncomment this if you want delay compression
29 # need not rotate empty log files
32 # Logs are moved into directory for rotation
33 # olddir /var/log/archive
35 # Ignore pacman saved files
36 tabooext + .pacorig .pacnew .pacsave
38 # packages drop log rotation information into this directory
39 include /etc/logrotate.d
41 # no packages own wtmp, or btmp -- we'll rotate them here
56 # other system-specific logs may be configured here