Skip to content

Commit

Permalink
[issues-301] (Unrelated) - Remove debug log level setting from Keyclo…
Browse files Browse the repository at this point in the history
…ak container started by JWT tests, since it generates huge logs, and it's not needed now
  • Loading branch information
fabiobrz authored and jbliznak committed Oct 18, 2024
1 parent 6ec441c commit dced660
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ public class KeycloakIntegrationHighLevelScenarioTest {
.withEnvVar("KEYCLOAK_ADMIN_PASSWORD", KEYCLOAK_ADMIN_PASSWORD)
.withEnvVar("KC_HEALTH_ENABLED", "true")
.withCmdArg("start-dev")
.withCmdArg("--log-level=DEBUG")
.build();

public static KeycloakConfigurator keycloakConfigurator = new KeycloakConfigurator.Builder(KEYCLOAK_REALM_NAME)
Expand Down

0 comments on commit dced660

Please sign in to comment.