Uploaded image for project: 'Application Server 7'
  1. Application Server 7
  2. AS7-5952

Support Expressions for logging-levels in the logging subsystem

    XMLWordPrintable

Details

    Description

      In former version the logging configuration supports expressions.
      The logger-level and handler-thresholds should be support this in AS7.

      <console-handler name="CONSOLE">
      <level name="${logging.console.threshold:INFO}"/>
      ...
      <logger category="com.arjuna">
      <level name="${logging.tx.level}"/>
      </logger>
      <root-logger>
      <level name="${logging.root.level}"/>
      ...

      Attachments

        Activity

          People

            jperkins-rhn James Perkins
            rhn-support-wfink Wolf Fink
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: