mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-09-21 13:41:20 +02:00
Remove logger as a dependancy as Busybox's logger works. Explicitly set monthly rotation in logrotate cofiguration file.
8 lines
116 B
Plaintext
8 lines
116 B
Plaintext
/var/log/cloud-init.log /var/log/cloud-init-output.log {
|
|
compress
|
|
delaycompress
|
|
missingok
|
|
monthly
|
|
notifempty
|
|
}
|