Set the default log level for Docker to "info"

This commit is contained in:
Ciprian Hacman 2020-06-11 13:40:32 +03:00
parent 1bd7f633ca
commit 0b1f01be25
1 changed files with 1 additions and 1 deletions

View File

@ -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)