]> git.somenet.org - root/pub/somesible.git/blob - roles/base/logrotate/files/default/logrotate.conf
[roles/base/logrotate] install + update logrotate
[root/pub/somesible.git] / roles / base / logrotate / files / default / logrotate.conf
1 #
2 ################################################
3 ### Managed by someone's ansible provisioner ###
4 ################################################
5 # Part of: https://git.somenet.org/root/pub/somesible.git
6 # 2017-2024 by someone <someone@somenet.org>
7 #
8 # see "man logrotate" for details
9 # rotate log files weekly
10 daily
11 rotate 31
12 dateext
13 dateyesterday
14 copytruncate
15 compress
16 missingok
17
18 # packages drop log rotation information into this directory
19 include /etc/logrotate.d