You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2019/01/02 22:12:12 UTC

[GitHub] jai1 opened a new pull request #3285: Pulsar CPP CLient - making log messages more meaningful.

jai1 opened a new pull request #3285: Pulsar CPP CLient - making log messages more meaningful.
URL: https://github.com/apache/pulsar/pull/3285
 
 
   ### Motivation
   While debugging we realized that there were log messages in the cpp client which were not of much use since topic names weren't mentioned and closing a Client/Consumer/Producer message was under DEBUG instead of INFO.
   
   ### Modifications
   Added topic names to the relevant messages and changed log level to info for closing a Client/Consumer/Producer message.
   
   ### Result
   Logs make a little more sense.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services