4 Replies Latest reply on Mar 21, 2017 2:20 AM by unni9946

    Need help in Jboss 6.4 Logging

    unni9946

      I am trying to configure my Jboss logs in the following format in Jboss 6.4

      <DATE> <TIME> <LEVEL> [<CLASS>] (<THREAD>) MESSAGE  *Example* 2017-03-09 05:09:05,961 INFO  [com.app.checker.CallInterceptor] (ajp-/0.0.0.0:22329-5 api~55C41D7CDD44XXXX646.api GET /call/get) processing the request

      My current logger properties file have the following entry

      formatter.PATTERN.pattern=%d{HH\:mm\:ss,SSS} %-5p [%c] (%t) %s%E%n

      Please suggest following edits in above entry to match the required log format above.

       

      What is the meaning of [%c.%M:%L] ?