How to enable debug log level in Keycloak v15

Hi guys,

I’m looking for the way to enable Debug level logging in Keycloak v15.0.2.0-cr.13.
We are using SaS version on EKS.

Particular, I want to have wire log

There is a value I have in the comfigMap
JAVA_TOOL_OPTIONS: “-Dquarkus.log.level=DEBUG -Dquarkus.log.category."org.apache.http.wire".level=DEBUG …”

But it doesn’t make any change, I still see only INFO level messages in the log.

Where I’m wrong?