[jboss-jira] [JBoss JIRA] (AS7-5952) Support Expressions for logging-levels in the logging subsystem
Bartosz Baranowski (JIRA)
jira-events at lists.jboss.org
Thu Nov 22 07:49:21 EST 2012
[ https://issues.jboss.org/browse/AS7-5952?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12736358#comment-12736358 ]
Bartosz Baranowski edited comment on AS7-5952 at 11/22/12 7:48 AM:
-------------------------------------------------------------------
In other words:
x-handle->level
logger/root-logger->level
logger->filter->level.name
logger->filter->level-range.[min-level|max-level]
One other thins is - loggin module has "subsystem" in loggin package, it seems other modules have x.x.x.subsystem package defined.
was (Author: baranowb):
x-handle->level
logger/root-logger->level
logger->filter->level.name
> 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
> Components: Logging
> Affects Versions: 7.2.0.Alpha1
> Reporter: Wolf-Dieter Fink
> Assignee: Bartosz Baranowski
> Labels: jboss-as, logger, logging
>
> 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