I would recommend confirming via your log4j.xml (or log4j.properties) file where that logger should be output to and at what level (it may be a different file than you are expecting)
On Sun, Sep 15, 2013 at 4:22 PM, Jordan Arentsen <[email protected]> wrote: > 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 > > -- 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
