Loggin event type CLIENT_LOGIN #21332
savchenkodn79
started this conversation in
Archive
Replies: 1 comment 3 replies
-
You can put spi-events-listener-jboss-logging-success-level=INFO into keycloak.conf or pass SPI_EVENTS_LISTENER_JBOSS_LOGGING_SUCCESS_LEVEL=INFO as environment variable. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!!! Please tell me, we are using the latest version of Keycloak quarkus 21.1.1, and the KC_LOG_LEVEL parameter is INFO,org.keycloak.events:warn. How can I see the CLIENT_LOGIN event type without enabling TRACE or DEBUG. For Keycloak Wildfly we used:
/subsystem=keycloak-server/spi=eventsListener/provider=jboss-logging:write-attribute(name=properties.success-level,value=info)
/subsystem=keycloak-server/spi=eventsListener/provider=jboss-logging:write-attribute(name=properties.error-level,value=warn)
Beta Was this translation helpful? Give feedback.
All reactions