feat(keycloak): add support for KC_LOG_LEVEL env variable

KC_LOG_LEVEL is defined in the [official docs](https://www.keycloak.org/server/all-config?q=log-level).
This commit is contained in:
aleksa.radojicic
2026-01-25 11:43:02 +01:00
parent 4e8f66ac5f
commit a79de3c5ee
3 changed files with 5 additions and 0 deletions

View File

@@ -322,6 +322,9 @@ KEYCLOAK_DOMAIN=
KEYCLOAK_ADMIN=
# Admin user login password. Defaults to "admin".
KEYCLOAK_ADMIN_PASSWORD=
# Configure the log level for Keycloak.
# Possible values are "TRACE", "DEBUG", "INFO", "WARN", "ERROR", "FATAL" and "OFF". Default is "INFO".
KC_LOG_LEVEL=
# Keycloak Database username. Defaults to "keycloak".
KC_DB_USERNAME=
# Keycloak Database password. Defaults to "keycloak".