ganeshmurthy commented on a change in pull request #1239:
URL: https://github.com/apache/qpid-dispatch/pull/1239#discussion_r643221281
##########
File path: src/log.c
##########
@@ -518,6 +544,7 @@ void qd_log_initialize(void)
default_log_source->includeTimestamp = true;
default_log_source->includeSource = 0;
default_log_source->sink = log_sink_lh(SINK_STDERR);
+ default_log_source->add_log_stats = false;
Review comment:
I wonder if the call to ZERO should be moved inside the
qd_log_source_defaults() function. If we do that, the qd_log_source_defaults()
can be called from the place where ZERO is currently being called from. And
then, there would be no need to set the add_log_stats to false.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]