From eed128a8b41f26dc61468a1f129e97ade1a308b5 Mon Sep 17 00:00:00 2001 From: Sanskar Jaiswal Date: Tue, 15 Mar 2022 16:21:34 +0530 Subject: [PATCH] change debug level to info Signed-off-by: Sanskar Jaiswal --- kustomize/gatewayapi/patch.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kustomize/gatewayapi/patch.yaml b/kustomize/gatewayapi/patch.yaml index 4f5d55a1..c987c512 100644 --- a/kustomize/gatewayapi/patch.yaml +++ b/kustomize/gatewayapi/patch.yaml @@ -8,7 +8,7 @@ spec: containers: - name: flagger args: - - -log-level=debug + - -log-level=info - -include-label-prefix=app.kubernetes.io - -mesh-provider=gatewayapi:v1alpha2 - -metrics-server=http://flagger-prometheus:9090