Samreay commented on issue #194:
URL: 
https://github.com/apache/pulsar-client-python/issues/194#issuecomment-1892998058

   Hmm, that does make it tricky. Effectively my concern here is just that we 
have our logs from all services routed into a common place, and they all 
undergo a json transformation. So I'm trying to ensure everything which is 
collected looks correct. When using python logging, this is easy, because I can 
attach a json handler or intercept third party library logging, just not when 
its a direct stdout call.
   
   I noticed in another thread that the C++ client now has an ability to 
silence all logging, maybe exposing that to the python client would be the 
easiest way to ensure that developers can have a clean stdout under their 
control?


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to