From f4cd8f04d391e5b22b8ab6704d805fc8973f529b Mon Sep 17 00:00:00 2001 From: Sebastian Tobie Date: Sun, 26 Jan 2025 19:43:35 +0100 Subject: [PATCH] removed the debug logging --- build_container.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_container.sh b/build_container.sh index 786a739..b8b7214 100755 --- a/build_container.sh +++ b/build_container.sh @@ -27,7 +27,7 @@ buildah config \ -u keycloak:keycloak \ --entrypoint "[\"kc.sh\", \"start\", \"--optimized\", \"--http-enabled\", \"true\", \"--proxy\", \"edge\", \"--log-console-format\", \"'%-5p [%c] (%t) %s%e%n'\", \"--hostname-strict-backchannel=true\"]" \ final -set -x + buildah run -- builder kc.sh build --db=postgres --metrics-enabled=true --https-client-auth request --features web-authn,passkeys,persistent-user-sessions,recovery-codes --features-disabled kerberos,docker,ciba,fips buildah copy --from builder --chown root:root final /opt/keycloak/ /opt/keycloak/