Add logging feature for debug

This diff adds logging feature for debug.
This commit is contained in:
Tomofumi Hayashi
2018-06-29 17:41:18 +09:00
parent 589877b644
commit 6e33bf9921
68 changed files with 2790 additions and 47 deletions

View File

@@ -38,6 +38,8 @@ type NetConf struct {
RawDelegates []map[string]interface{} `json:"delegates"`
Delegates []*DelegateNetConf `json:"-"`
Kubeconfig string `json:"kubeconfig"`
Logging string `json:"logging"`
LoggingLevel string `json:"logging_level"`
}
type DelegateNetConf struct {