You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Chuck Rolke (JIRA)" <ji...@apache.org> on 2013/05/01 19:36:15 UTC

[jira] [Resolved] (QPID-4651) C++ Broker logging could use an easy way to disable log messages

     [ https://issues.apache.org/jira/browse/QPID-4651?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chuck Rolke resolved QPID-4651.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 0.23

Fixed at commits 1476409 and 1478103 (which adds doc text)
                
> C++ Broker logging could use an easy way to disable log messages
> ----------------------------------------------------------------
>
>                 Key: QPID-4651
>                 URL: https://issues.apache.org/jira/browse/QPID-4651
>             Project: Qpid
>          Issue Type: Improvement
>          Components: C++ Broker
>    Affects Versions: 0.20
>            Reporter: Chuck Rolke
>            Assignee: Chuck Rolke
>             Fix For: 0.23
>
>
> The logging module currently has shorthand switches for enabling categories of log messages. A convenience for the user would be a switch that disabled categories of log messages with similar syntax and effect. For example:
>   --log-enable debug+
> enables debug and higher for all classes of log message. 
> Often the casual experimenting user would like to see debug or trace messages but not be crushed by a flood of Network and Management debug and trace messages. The proposal here is to add a switch like
>   --log-disable debug-:Management
> that would turn off messages from a class (like Management) at debug and lower level.
> --log-disable would turn off logging the same way that --log-enable turns on logging. There are thirteen log categories and enabling only the ones you want is tedious. 

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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org