зеркало из https://github.com/Azure/aks-engine.git
Decrease max size of docker logs, and rotation (#1395)
This commit is contained in:
Родитель
e32dd2694e
Коммит
9cf7f62609
|
@ -24,8 +24,8 @@ write_files:
|
|||
"live-restore": true,
|
||||
"log-driver": "json-file",
|
||||
"log-opts": {
|
||||
"max-size": "200m",
|
||||
"max-file": "25"
|
||||
"max-size": "50m",
|
||||
"max-file": "5"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче