Chuck Rolke created QPID-4651:
---------------------------------
Summary: 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
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: [email protected]
For additional commands, e-mail: [email protected]