From d28bdcf0620f76c3a3d670198dbab171c28149ea Mon Sep 17 00:00:00 2001 From: Janis Date: Tue, 23 Jun 2026 14:42:36 +0200 Subject: [PATCH] chore(htwg-1): reduce log level from WARN to INFO --- nowchess/htwg-1-prod/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nowchess/htwg-1-prod/kustomization.yaml b/nowchess/htwg-1-prod/kustomization.yaml index dcea017..b759912 100755 --- a/nowchess/htwg-1-prod/kustomization.yaml +++ b/nowchess/htwg-1-prod/kustomization.yaml @@ -15,7 +15,7 @@ patches: CORS_ORIGINS: http://141.37.123.122 NOWCHESS_COORDINATOR_ENABLED: "false" REDIS_PREFIX: nowchess - QUARKUS_LOG_LEVEL: "WARN" + QUARKUS_LOG_LEVEL: "INFO" OTEL_SDK_DISABLED: "true" target: kind: ConfigMap