mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-09 03:57:41 +00:00
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.
This commit is contained in:
parent
5abfb43b64
commit
a2f68e2591
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user