mirror of
https://github.com/rancher/rke.git
synced 2025-09-01 15:06:23 +00:00
Add logging structs/file content to trace loglevel
This commit is contained in:
@@ -621,7 +621,7 @@ func parseNodeDrainInput(clusterFile string, rkeConfig *v3.RancherKubernetesEngi
|
||||
}
|
||||
|
||||
func ParseConfig(clusterFile string) (*v3.RancherKubernetesEngineConfig, error) {
|
||||
logrus.Debugf("Parsing cluster file [%v]", clusterFile)
|
||||
logrus.Tracef("Parsing cluster file [%v]", clusterFile)
|
||||
var rkeConfig v3.RancherKubernetesEngineConfig
|
||||
|
||||
// the customConfig is mapped to a k8s type, which doesn't unmarshal well because it has a
|
||||
|
Reference in New Issue
Block a user