Skip to content

Commit

Permalink
increase to verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
leiicamundi committed Feb 29, 2024
1 parent 5e15789 commit 45e8bc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/debug-db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ jobs:
#COMPOSE_KEYCLOAK_IMAGE: "registry.camunda.cloud/team-infrastructure-experience/keycloak@sha256:766f627ae1ef0aa16ca9af26989434e9c4f8684e9699b43c55afc0a877193d76"
COMPOSE_KEYCLOAK_IMAGE: "langleu/keycloak:latest"

KEYCLOAK_LOG_LEVEL: "DEBUG"
KEYCLOAK_LOG_LEVEL: "VERBOSE"

# AWS specific variables to forward, see https://confluence.camunda.com/pages/viewpage.action?pageId=178590693#IAMRolesforServiceAccountsTesting(IRSA)-EnvironmentVariables
AWS_STS_REGIONAL_ENDPOINTS: "${{ env.AWS_STS_REGIONAL_ENDPOINTS }}"
Expand Down
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 --log-level=${KEYCLOAK_LOG_LEVEL:-INFO} --verbose"
command: "start-dev --log-level=${KEYCLOAK_LOG_LEVEL:-INFO}"
environment:
KEYCLOAK_ADMIN: "${KEYCLOAK_ADMIN:-admin}"
KEYCLOAK_ADMIN_PASSWORD: "${KEYCLOAK_ADMIN_PASSWORD:-admin}"
Expand Down

0 comments on commit 45e8bc8

Please sign in to comment.