mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-06 02:34:03 +00:00
Change maxsize to size in logrotate.
This commit is contained in:
parent
4196be053b
commit
1173dd13bf
@ -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