Uploaded image for project: 'JBoss Enterprise Application Platform 4 and 5'
  1. JBoss Enterprise Application Platform 4 and 5
  2. JBPAPP-7975

Async appender isn't used for logging subsystem

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Do
    • Icon: Critical Critical
    • None
    • EAP 6.0.0 DR 11
    • System
    • None
    • See comments above.
    • NEW

      Please change configuration for logging substystem to use async appender.

      Currently it uses directly FILE and CONSOLE appender.

                  <root-logger>
                      <level name="INFO"/>
                      <handlers>
                          <handler name="CONSOLE"/>
                          <handler name="FILE"/>
                      </handlers>
                  </root-logger>
      

      There is performance degradation when ASYNC is not used. Discovered during WS performance tests, one test is very verbose in server log.

              smcgowan@redhat.com Shelly McGowan (Inactive)
              rsvoboda@redhat.com Rostislav Svoboda
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: