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/06/04 21:28:44 UTC

[GitHub] [pulsar] tschmidt64-SC opened a new issue #4472: Logging Spew

tschmidt64-SC opened a new issue #4472: Logging Spew
URL: https://github.com/apache/pulsar/issues/4472
 
 
   **Is your feature request related to a problem? Please describe.**
   As far as I can tell the Java client's logging is not configurable. This results in constant spew of DEBUG level logs:
   ```16:25:08.359 [pulsar-timer-4-1] DEBUG o.a.pulsar.client.impl.ProducerImpl - [persistent://public/default/my-ns/my-topic] [standalone-11-36] Batching the messages from the batch container with 0 messages
   16:25:08.360 [pulsar-timer-4-1] DEBUG o.a.pulsar.client.impl.ProducerImpl - [persistent://public/default/my-ns/my-topic] [standalone-11-36] Batching the messages from the batch container from timer thread```
   
   **Describe the solution you'd like**
   Would be great for the Log level to be configurable at least. 
   
   

----------------------------------------------------------------
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