[jboss-jira] [JBoss JIRA] (LOGMGR-66) Allow filters to test the formatted messages

Osamu Nagano (JIRA) jira-events at lists.jboss.org
Sun Jun 30 21:32:21 EDT 2013


    [ https://issues.jboss.org/browse/LOGMGR-66?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12786370#comment-12786370 ] 

Osamu Nagano commented on LOGMGR-66:
------------------------------------

Filtering based on a preformatted text like "This is %s and..." is not a good idea because the contents of the replacing text is the concern in most cases.  And a user usually doesn't know what the preformatted text is.  This is not intuitive when setting a regex filter.

I guess this JIRA entry is aimed so.  Sent a pull request as follows.
https://github.com/jboss-logging/jboss-logmanager/pull/29
                
> Allow filters to test the formatted messages
> --------------------------------------------
>
>                 Key: LOGMGR-66
>                 URL: https://issues.jboss.org/browse/LOGMGR-66
>             Project: JBoss Log Manager
>          Issue Type: Feature Request
>      Security Level: Public(Everyone can see) 
>            Reporter: James Perkins
>            Assignee: James Perkins
>            Priority: Minor
>
> Currently filters only test if the unformatted messages is loggable. The formatted message should be checked by default maybe optionally turning it off.

--
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