So, I have a custom AuthenticationHandler that I'm trying to log from. I've done
private final Logger log = LoggerFactory.getLogger(getClass());
but even with that if I try to do log.info or log.error from my auth method
they do not show up.
Any ideas what may be causing this?
Thanks,
Jordan
--
You are currently subscribed to [email protected] as:
[email protected]
To unsubscribe, change settings or access archives, see
http://www.ja-sig.org/wiki/display/JSG/cas-user
