Uploaded image for project: 'JOC - JobScheduler Operations Center'
  1. JOC - JobScheduler Operations Center
  2. JOC-441

The class com.sos.auth.shiro.SOSDistributedSessionDAO should log some debug messages

    XMLWordPrintable

Details

    Description

      Current Situation

      When activating the sessionDao com.sos.auth.shiro.SOSDistributedSessionDAO with

      sessionDAO = com.sos.auth.shiro.SOSDistributedSessionDAO
      securityManager.sessionManager.sessionDAO = $sessionDAO
      

      and enabling the debug logging with

      #logger for security
      log4j.logger.com.sos.auth=debug, shiro
      log4j.additivity.com.sos.auth= false
      log4j.appender.shiro = org.apache.log4j.FileAppender
      log4j.appender.shiro.layout = org.apache.log4j.EnhancedPatternLayout
      log4j.appender.shiro.layout.ConversionPattern = %d{ISO8601}{Europe/Berlin} %-5p %m%n%throwable{short}
      #filename of shiro log
      log4j.appender.shiro.File = ${jetty.base}/logs/JOCShiroLog.log
      

      there are no debug log message from the class com.sos.auth.shiro.SOSDistributedSessionDAO

      Desired Behavior

      The class com.sos.auth.shiro.SOSDistributedSessionDAO should log the

      • creation of a session
      • the update of a session
      • the delete of a session
      • the read of a session
      • the write of a session to db
      • the read of a session from db

      Attachments

        Activity

          People

            ur Uwe Risse
            ur Uwe Risse
            Alan Amos Alan Amos
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: