1 2 Previous Next 16 Replies Latest reply on Jan 29, 2013 9:22 PM by zhouyaguo

    Customizing  logging format in Jboss 7 AS

    dkumaran

      Hi

       

      In our application we need to customize the logging format Please let us know how can we customize the Jboss logging format. we found that in in "standalone.xml" we are defining the logging subsystem.

       

        <subsystem xmlns="urn:jboss:domain:logging:1.0">

                  <console-handler name="CONSOLE" autoflush="true">

                      <level name="INFO"/>

                      <formatter>

                          <pattern-formatter pattern="%d{HH:mm:ss,SSS} %-5p [%c] (%t) %s%E%n"/>

                      </formatter>

                  </console-handler>

       

      What are the other types of formatting available in jboss logging, and how can we customize ?

        1 2 Previous Next