Commit a2f68e25 authored by Clayton Coleman's avatar Clayton Coleman

Move the loader file log level to v(6)

It's extremely rare that a user *must* have this, and we typically test and verify at V(5) to get debugging info, which clogs up e2e output.
parent 5abfb43b
......@@ -226,7 +226,7 @@ func LoadFromFile(filename string) (*clientcmdapi.Config, error) {
if err != nil {
return nil, err
}
glog.V(3).Infoln("Config loaded from file", filename)
glog.V(6).Infoln("Config loaded from file", filename)
// set LocationOfOrigin on every Cluster, User, and Context
for key, obj := range config.AuthInfos {
......
Markdown is supported
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