mirror of https://github.com/kubernetes/kops.git
Set the default log level for Docker to "info"
This commit is contained in:
parent
1bd7f633ca
commit
0b1f01be25
|
@ -66,7 +66,7 @@ func (b *DockerOptionsBuilder) BuildOptions(o interface{}) error {
|
|||
clusterSpec.Docker.LogOpt = append(clusterSpec.Docker.LogOpt, "max-file=5")
|
||||
}
|
||||
|
||||
docker.LogLevel = fi.String("warn")
|
||||
docker.LogLevel = fi.String("info")
|
||||
docker.IPTables = fi.Bool(false)
|
||||
docker.IPMasq = fi.Bool(false)
|
||||
|
||||
|
|
Loading…
Reference in New Issue