[
https://issues.apache.org/jira/browse/DISPATCH-553?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15683599#comment-15683599
]
ASF GitHub Bot commented on DISPATCH-553:
-----------------------------------------
Github user ted-ross commented on a diff in the pull request:
https://github.com/apache/qpid-dispatch/pull/115#discussion_r88894986
--- Diff: src/log.c ---
@@ -149,6 +153,8 @@ static log_sink_t* log_sink_lh(const char* name) {
}
+typedef enum {DEFAULT, NONE, TRACE, DEBUG, INFO, NOTICE, WARNING, ERROR,
CRITICAL, N_LEVELS} level_index_t;
--- End diff --
Why are there histograms for DEFAULT and NONE? These will never be raised
in an actual log.
> Add statistic counter to the "log" entity to count log events per severity
> --------------------------------------------------------------------------
>
> Key: DISPATCH-553
> URL: https://issues.apache.org/jira/browse/DISPATCH-553
> Project: Qpid Dispatch
> Issue Type: Improvement
> Components: Container
> Reporter: Ted Ross
> Assignee: michael goulish
> Fix For: 0.8.0
>
>
> Add counters to the "log" entity to count occurrences of log events in each
> severity.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]