--On 11 May 2012 14:32 -0400 Scott Battaglia <[email protected]> wrote:
> > that's related to perf4j. You'll need to disable that in your log4j or in > your spring configuration. > > > Cheers, > Scott > > > > On Fri, May 11, 2012 at 1:59 PM, McClenon, Brady <[email protected]> > wrote: > > I have one of these entries in catalina.out for seemingly every login. Any > idea how I can stop it? > > start[1336757750411] time[433] tag[BindLdapAuthenticationHandler] Hello, I've also been seeing these messages in catalina.out for every authentication and been unable to configure them away. Because org.jasig.cas.authentication.AuthenticationManagerImpl uses an org.perf4j.LoggingStopWatch I don't think it's that straight-forward to control where or whether these messages appear. The Perf4J documentation suggests these entries will be written to the standard error stream regardless of Spring or log4j configuration. I was thinking to compile a version of AuthenticationManagerImpl that used Slf4JStopWatch instead of LoggingStopWatch. Am I just missing something obvious? Dave ---------------------- David Spencer IT Services University of Bristol -- 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
