[
https://issues.apache.org/jira/browse/DISPATCH-92?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14267954#comment-14267954
]
ASF subversion and git services commented on DISPATCH-92:
---------------------------------------------------------
Commit 1650130 from [~aconway] in branch 'dispatch/trunk'
[ https://svn.apache.org/r1650130 ]
DISPATCH-92: Make dispatch logging configuration more flexible and qpid-like
NOTE: this is an incompatble change to the management and configuration schema.
Replace log configuration "level: x" by "enable: x+"
Replaced log "level" attribute with "enable" to set logging level.
Levels are: trace, debug, info, notice, warning, error, critical. The enable
string is a comma-separated list of levels. A level may have a trailing '+' to
enable that level and above. For example 'trace,debug,warning+' means enable
trace, debug, warning, error and critical. The value 'none' means disable
logging for the module. The value 'default' means use the value from the DEFAULT
module.
> Make dispatch logging configuration more flexible and qpid-like
> ---------------------------------------------------------------
>
> Key: DISPATCH-92
> URL: https://issues.apache.org/jira/browse/DISPATCH-92
> Project: Qpid Dispatch
> Issue Type: Improvement
> Components: Management Agent
> Affects Versions: 0.2
> Reporter: Alan Conway
> Assignee: Alan Conway
> Fix For: 0.3
>
>
> Dispatch logging level attribute configuration
> level = "x"
> only allows the log level for a module to be enabled for level x and higher.
> It does not allow setting individual log levels.
> Change the configuration be accept more flexible enable strings that are also
> more like qpidd configuration, to keep things familiar for qpid users, e.g.
> enable = "debug, warning+"
> to enable debug and warnings and higher.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]