Skip to content

Commit

Permalink
Enable debug logging in keycloak
Browse files Browse the repository at this point in the history
Sources:
- https://www.keycloak.org/server/all-config#category-logging
- https://www.keycloak.org/server/logging
- Tested by adding the environment variable to the local docker-compose and saw the detailed logs.
- Can successfully build the Dockerfile_keycloak image successfully
  • Loading branch information
alex-yau-ttd committed Sep 17, 2024
1 parent 745b4d2 commit e9f2e95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile_keycloak
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM quay.io/keycloak/keycloak:24.0.0

ENV KC_TRANSACTION_XA_ENABLED 'false'

ENV KC_LOG_LEVEL DEBUG

COPY keycloak/realm/realm-export.json /opt/keycloak/data/import/realm-export.json
COPY keycloak/themes /opt/keycloak/themes
Expand Down

0 comments on commit e9f2e95

Please sign in to comment.