2 Replies Latest reply on Feb 15, 2016 8:26 AM by dheepanh

    Logging supports in jboss 5.1 but fails in jboss eap 6.3

    dheepanh

      Hi,

       

           As for my previous post on logging (jboss eap 6.3 logging) in jboss eap 6.3. I came across an issue when going through the log generated , where some of the enabled log does not gets printed i.e the main package(com.jbase.jremote) gets printed but the sub package(com.jbase.io) is not printed in log.

       

      Enabled logging in jboss admin console

      JBoss logging Management.jpg

       

       

      Sample log trace :

       

      5:00:44,869 FINEST [com.jbase.jremote.jca.JRemoteConnectionFactoryImpl] (http-/0.0.0.0:8080-2) Doing call back to connection manager to create connection

      15:00:44,870 FINEST [com.jbase.jremote.jca.JRemoteManagedConnectionFactory] (http-/0.0.0.0:8080-2) Creating new connection

      15:00:44,870 FINEST [com.jbase.jremote.jca.JRemoteManagedConnectionFactory] (http-/0.0.0.0:8080-2) Connecting to 127.0.0.1:22222

      15:00:47,041 FINEST [com.jbase.jremote.jca.WrappedJConnection] (http-/0.0.0.0:8080-2) JRemoteConnectionImpl managed environment constructor

      15:00:47,041 FINE  [com.temenos.tocf.t24ra.outbound.T24ConnectionFactoryImpl] (http-/0.0.0.0:8080-2) Sending OFS Request with UUID : 95bf0c5f-0cc5-42b6-91b5-959d3b8a2876

      15:00:48,416 FINE  [com.temenos.tocf.t24ra.outbound.T24ConnectionFactoryImpl] (http-/0.0.0.0:8080-2) T24 RA request details:

      Principal:        []

      Message format:   [OFS]

      Captured output:  [Total processing time from start to end of AFS.SESSION.MANAGER *** Time = 1360

      ]

      Response time:    [3.547 seconds]

      Message UUID [95bf0c5f-0cc5-42b6-91b5-959d3b8a2876]

       

      The same scenario is tried in jboss 5.1 which works fine in logging.but it fails in jboss eap 6.3. someone kindly do the needfull to get this sorted out.

       

      Thanks in advance.