[keycloak-dev] Debug/trace logging in services broken

Stian Thorgersen sthorger at redhat.com
Fri Sep 30 04:59:35 EDT 2016


A lot of debug/trace logging goes directly to org.keycloak.services. This
is completely broken as it's impossible to filter and it's not possible to
enable debug/trace for specific parts.

Added:
https://issues.jboss.org/browse/KEYCLOAK-3635

Generic info and error statements can use org.keycloak.services, but
debug/trace should use the logger for the class.

Classes should just have a regular JBoss Logger. For generic info/error
statements they should just use:

ServicesLogger.ROOT_LOGGER.???(???)

Comments?


More information about the keycloak-dev mailing list