ataylor284 / spring-security-eventlog

A grails plugin to log spring security events.
5 stars 7 forks source link

Event filter #5

Open demon101 opened 10 years ago

demon101 commented 10 years ago

Could u add event filter to plugin configuration, please For example, in my application AuthenticationSuccessEvent and InteractiveAuthenticationSuccessEvent are equal. But I have 500k duplicate rows in DB

aldrinm commented 9 years ago

You can filter events by providing your own custom logger and selectively logging the events you are interested in. See Customizing