Changing logging level at runtime

Is it still possible (now that Quarkus is used) to change the logging level of certain categories/packages at runtime (without a restart)?

Earlier I used this:

/opt/jboss/keycloak/bin/jboss-cli.sh --connect ‘/subsystem=logging/logger=org.keycloak.saml:add(level=TRACE)’

Thanks!