Skip to content

Commit

Permalink
add log level
Browse files Browse the repository at this point in the history
  • Loading branch information
leiicamundi committed Feb 29, 2024
1 parent 556d641 commit e07fdf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ services:
keycloak:
image: ${COMPOSE_KEYCLOAK_IMAGE:-camunda/keycloak:latest}
build: .
command: start-dev
command: start-dev --log-level=DEBUG
environment:
KEYCLOAK_ADMIN: "${KEYCLOAK_ADMIN:-admin}"
KEYCLOAK_ADMIN_PASSWORD: "${KEYCLOAK_ADMIN_PASSWORD:-admin}"
Expand Down

0 comments on commit e07fdf3

Please sign in to comment.