Commit 256630f2 authored by Justin Santa Barbara's avatar Justin Santa Barbara
Browse files

Dial down default protokube logging to 4

parent 2dbda04f
Showing with 1 addition and 1 deletion
+1 -1
......@@ -276,7 +276,7 @@ func (t *templateFunctions) ProtokubeFlags() *ProtokubeFlags {
f.Channels = t.nodeupConfig.Channels
}
f.LogLevel = fi.Int(8)
f.LogLevel = fi.Int(4)
f.Containerized = fi.Bool(true)
zone := t.cluster.Spec.DNSZone
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment