increase log level
All checks were successful
Mirror to GitHub / mirror (push) Successful in 8s

This commit is contained in:
jona.klaess
2026-06-08 13:54:32 +02:00
parent e5f4114a48
commit 5bcc0dbd83

View File

@@ -29,6 +29,12 @@ spec:
value: "https://keycloak.controller.bittehackmichnicht.de" value: "https://keycloak.controller.bittehackmichnicht.de"
- name: KEYCLOAK_ADMIN_REALM - name: KEYCLOAK_ADMIN_REALM
value: "PraxistransferKeycloak" value: "PraxistransferKeycloak"
- name: LOGGING_LEVEL_ORG_APACHE_HTTP_WIRE
value: "DEBUG"
- name: LOGGING_LEVEL_ORG_JBOSS_RESTEASY_CLIENT_JAXRS
value: "DEBUG"
- name: LOGGING_LEVEL_ORG_KEYCLOAK_ADMIN_CLIENT
value: "DEBUG"
ports: ports:
- name: http - name: http
containerPort: 8081 containerPort: 8081