[jboss-jira] [JBoss JIRA] (AS7-5952) Support Expressions for logging-levels in the logging subsystem

Wolf-Dieter Fink (JIRA) jira-events at lists.jboss.org
Thu Nov 15 07:01:23 EST 2012


Wolf-Dieter Fink created AS7-5952:
-------------------------------------

             Summary: Support Expressions for logging-levels in the logging subsystem
                 Key: AS7-5952
                 URL: https://issues.jboss.org/browse/AS7-5952
             Project: Application Server 7
          Issue Type: Feature Request
    Affects Versions: 7.2.0.Alpha1
            Reporter: Wolf-Dieter Fink


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}"/>
   ...

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list