You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 7, 2020. It is now read-only.
As mentioned on #193 (comment), it'd be nice to the the Keycloak's Wildfly audit logs going to stdout like the rest of the logs. As it stands now, they all go to file, and thus trapped in the container.
The text was updated successfully, but these errors were encountered:
hkeeler
added a commit
to hkeeler/hmda-platform-auth
that referenced
this issue
Dec 1, 2017
I think I have this figured out. Keycloak already does log all login events, however, non-error events are being logged at DEBUG, but rootLogger is at INFO. We have a couple options:
We could just bump the rootLogger to DEBUG, but that'd likely bring in a bunch of other DEBUB-level logs we're not interested in, and it'd likely involve further logging config to get it turned jus right.
A better way seems to be to override the default eventListener with something like:
As mentioned on #193 (comment), it'd be nice to the the Keycloak's Wildfly audit logs going to stdout like the rest of the logs. As it stands now, they all go to file, and thus trapped in the container.
The text was updated successfully, but these errors were encountered: