mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 15:25:57 +00:00
Change maxsize to size in logrotate.
This commit is contained in:
parent
4196be053b
commit
1173dd13bf
@ -92,7 +92,7 @@ EOF
|
||||
missingok
|
||||
notifempty
|
||||
compress
|
||||
maxsize 100M
|
||||
size 100M
|
||||
daily
|
||||
create 0644 root root
|
||||
}
|
||||
|
@ -4,7 +4,7 @@
|
||||
missingok
|
||||
notifempty
|
||||
compress
|
||||
maxsize 100M
|
||||
size 100M
|
||||
daily
|
||||
create 0644 root root
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user