8 Replies Latest reply on Jan 17, 2017 2:23 PM by jamezp

    JBOSS EAP 6.4 - custom Handler

    francogar82

      After insert a customHandler I cannot be able to insert properties.

      Appears

      Failed to parse response

       

      message

       

      the extract of standalone.xml

       

      <custom-handler name="MYHandler" class="loggerhelper.customLogHandler.MYLoggerHandler" module="loggerhelper.customLogHandler">

                      <level name="ALL"/>

                      <formatter>

                          <named-formatter name="MYPATTERN"/>

                      </formatter>

                      <properties>

                          <property name="fileName" value="${jboss.server.log.dir}/myLog.log"/>

                          <property name="maxSizeInMB" value="1"/>

                          <property name="maxBackupIndex" value="5"/>

                      </properties>

                  </custom-handler>

       

       

      If I remove the properties tag the message not appears and It is possible change configuration by GUI console