Migrate to structured logging (klog)
This commit is contained in:
parent
93ac8d5a21
commit
108637bb1c
31 changed files with 161 additions and 171 deletions
|
|
@ -53,6 +53,6 @@ func GetSystemNameServers() ([]net.IP, error) {
|
|||
}
|
||||
}
|
||||
|
||||
klog.V(3).Infof("nameservers IP address/es to use: %v", nameservers)
|
||||
klog.V(3).InfoS("Nameservers", "hosts", nameservers)
|
||||
return nameservers, nil
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue