mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 04:33:26 +00:00
Merge pull request #29128 from bprashanth/logrotate
Automatic merge from submit-queue Change maxsize to size in logrotate. How do I trigger a test? I usually test logrotate with `logrotate -s` and that works as expected.
This commit is contained in:
commit
bbc09d5e65
@ -92,7 +92,7 @@ EOF
|
|||||||
missingok
|
missingok
|
||||||
notifempty
|
notifempty
|
||||||
compress
|
compress
|
||||||
maxsize 100M
|
size 100M
|
||||||
daily
|
daily
|
||||||
create 0644 root root
|
create 0644 root root
|
||||||
}
|
}
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
missingok
|
missingok
|
||||||
notifempty
|
notifempty
|
||||||
compress
|
compress
|
||||||
maxsize 100M
|
size 100M
|
||||||
daily
|
daily
|
||||||
create 0644 root root
|
create 0644 root root
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user