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 committed Oct 17, 2024
1 parent a4c44ab commit 20851bd
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 20851bd

Please sign in to comment.