You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pulsar.apache.org by GitBox <gi...@apache.org> on 2019/08/05 11:50:06 UTC

[GitHub] [pulsar-client-node] freeart opened a new issue #42: Set log level to warn/error by default

freeart opened a new issue #42: Set log level to warn/error by default
URL: https://github.com/apache/pulsar-client-node/issues/42
 
 
   Nodejs console prints INFO statistic messages every few seconds like
   ```
   2019-08-05 10:54:28.285 INFO  ConsumerStatsImpl:64 | Consumer [persistent://public/default/xxx, reader-261478, 0] , ConsumerStatsImpl (numBytesRecieved_ = 0, totalNumBytesRecieved_ = 160101, receivedMsgMap_ = {}, ackedMsgMap_ = {}, totalReceivedMsgMap_ = {[Key: Ok, Value: 292], }, totalAckedMsgMap_ = {[Key: {Result: Ok, ackType: 1}, Value: 292], })
   ```
   How to mute it or set log level to WARN or ERROR?
   Is it possible to set from outside (js code)?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services