We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4a90d3 commit d8ab13fCopy full SHA for d8ab13f
2 files changed
cmd/wkldiplmapping/cmd.go
@@ -180,7 +180,7 @@ func wkldToIPLMapping(input input) {
180
}
181
check, err := ipCheck(netInt.Address, ipList)
182
if err != nil {
183
- utils.LogError(err.Error())
+ utils.LogErrorf("invalid ip - hostname: %s - href: %s", wkld.Hostname, wkld.Href)
184
185
if check {
186
matchedIPLists[ipList.Name] = true
version
@@ -1 +1 @@
1
-12.0.16
+12.0.17
0 commit comments