Uploaded image for project: 'Teiid'
  1. Teiid
  2. TEIID-2267

Verify Custom Appenders (command, audit) work in AS7

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Done
    • Icon: Major Major
    • 8.2
    • 8.0
    • Common

      AS7 has different logging configuration than the AS 5.1. The appenders do work as is, and configuration may be different. However based on this AS7-4925 it looks like Log4J appender can be supported in AS 7.2. This information needs to be verified and update Teiid documentation at

      https://docs.jboss.org/author/display/teiid/Custom+Logging
      https://docs.jboss.org/author/display/teiid/Logging

      Since 7.2, is not available yet if we want to fix this change the document to use java.util.logging.Handler interface to extend and add configuration like below in the logging subsystem in standalone-teiid.xml file

      <custom-handler name="COMMAND" module="" class="org.something.CustomAppender">
      </custom-handler>
      
        <logger category="org.teiid.COMMAND_LOG">
            <level name="INFO"/>
            <handler name="COMMAND"/>
        </logger>
      

              rhn-engineering-rareddy Ramesh Reddy
              rhn-engineering-rareddy Ramesh Reddy
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: