From 28a18bf7b94bde30c16abd04ac248fa347f1857d Mon Sep 17 00:00:00 2001 From: Steven Hawkins Date: Mon, 28 Aug 2023 11:33:43 -0400 Subject: [PATCH] removes the SSA logging that is capturing the entire resource (#22608) Closes #22607 --- operator/src/test/resources/application.properties | 1 - 1 file changed, 1 deletion(-) diff --git a/operator/src/test/resources/application.properties b/operator/src/test/resources/application.properties index 998495f629..59e20d4793 100644 --- a/operator/src/test/resources/application.properties +++ b/operator/src/test/resources/application.properties @@ -4,7 +4,6 @@ quarkus.test.hang-detection-timeout=30m quarkus.operator-sdk.start-operator=false quarkus.log.level=INFO -quarkus.log.category."io.javaoperatorsdk".level=DEBUG operator.keycloak.pod-labels."test.label"=foobar operator.keycloak.pod-labels."testLabelWithExpression"=${OPERATOR_TEST_LABEL_EXPRESSION} \ No newline at end of file