mirror of
https://github.com/k8snetworkplumbingwg/multus-cni.git
synced 2025-09-12 20:48:39 +00:00
Add logging feature for debug
This diff adds logging feature for debug.
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user