mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-31 03:45:17 +00:00
update debug info log level
This commit is contained in:
parent
5d3d27cafd
commit
24f3659b03
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ func (ws *WebhookServer) HandleMutation(request *v1beta1.AdmissionRequest, resou
|
||||||
// debug info
|
// debug info
|
||||||
func() {
|
func() {
|
||||||
if len(patches) != 0 {
|
if len(patches) != 0 {
|
||||||
glog.V(3).Infof("Patches generated for %s/%s/%s, operation=%v:\n %v",
|
glog.V(4).Infof("Patches generated for %s/%s/%s, operation=%v:\n %v",
|
||||||
resource.GetKind(), resource.GetNamespace(), resource.GetName(), request.Operation, string(engineutils.JoinPatches(patches)))
|
resource.GetKind(), resource.GetNamespace(), resource.GetName(), request.Operation, string(engineutils.JoinPatches(patches)))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue