[keycloak-dev] Debug/trace logging in services broken
Marek Posolda
mposolda at redhat.com
Fri Sep 30 05:25:25 EDT 2016
+1
Marek
On 30/09/16 10:59, Stian Thorgersen wrote:
> 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?
> _______________________________________________
> keycloak-dev mailing list
> keycloak-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/keycloak-dev
More information about the keycloak-dev
mailing list