Hi,
I would like to enable tracing in Keycloak.
We installed it through helm charts/bitnami/keycloak/values.yaml at main · bitnami/charts · GitHub
Since there is no option to enable tracing here I was hoping to do something like so:
args: ["--tracing-enabled=true"]
looking at the docs like here Root cause analysis with tracing - Keycloak
Does not seem to work.
Any ideas how to enable it otherwise?