mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-11 04:52:08 +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 {
|
if err != nil {
|
||||||
return nil, err
|
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
|
// set LocationOfOrigin on every Cluster, User, and Context
|
||||||
for key, obj := range config.AuthInfos {
|
for key, obj := range config.AuthInfos {
|
||||||
|
Loading…
Reference in New Issue
Block a user