logrotate/logrotate.default
David Anes 7fe931ced3 Accepting request 1003701 from home:schubi2
- Ignoring vendor logs settings in /usr/etc/logrotate.d if they
  have already been defined by the the admin in the /etc/logrotate.d
  directory (bsc#1173319).

OBS-URL: https://build.opensuse.org/request/show/1003701
OBS-URL: https://build.opensuse.org/package/show/Base:System/logrotate?expand=0&rev=103
2022-09-15 17:05:18 +00:00

24 lines
523 B
Plaintext

# see "man logrotate" for details
# rotate log files weekly
weekly
# keep 4 weeks worth of backlogs
rotate 4
# create new (empty) log files after rotating old ones
create
# use date as a suffix of the rotated file
dateext
# uncomment this if you want your log files compressed
compress
# comment these to switch compression to use gzip or another
# compression scheme
compresscmd /usr/bin/xz
uncompresscmd /usr/bin/xzdec
# Additinal location (directory or file) for rotation information
# include <file_or_directory>