mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-31 03:45:17 +00:00
improve error log
This commit is contained in:
parent
d8d5160bce
commit
8e0650804f
1 changed files with 1 additions and 1 deletions
|
@ -205,7 +205,7 @@ func validateString(log logr.Logger, value interface{}, pattern string, operator
|
|||
ok = false
|
||||
}
|
||||
if !ok {
|
||||
log.Info("unexpected type : ", "type", fmt.Sprintf("%T", value), "value", value)
|
||||
log.V(4).Info("unexpected type", "got", value, "expect", pattern)
|
||||
return false
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue