Keycloak 17 custom SPI logging

Hi, I am migrating my custom SPI code to Keycloak 17. I noticed that my application logs (based on jboss logging) are not displayed in de STDOUT. However, switching to java.util.logging, as other Keycloak components now use, does not solve the problem. It is not just the loglevel: when I log on warning or severe level, no lines show up. Any suggestions?

1 Like

Using Slf4j works for me.