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 2022/07/12 15:51:40 UTC

[GitHub] [pulsar] BewareMyPower commented on issue #11845: [2.8.0] Python client instances emit logs for every client instance ever constructed with a `logger` argument

BewareMyPower commented on issue #11845:
URL: https://github.com/apache/pulsar/issues/11845#issuecomment-1181937877

   Yes. I think it's just because all Pulsar C++ client's source code share the same logger factory. But the `ClientConfiguration` has a logger factory config.
   
   I think we should add an independent logger config to C++ client that manages the logger of the whole library, it should not be configured on a `Client`. And we should make it clear which classes can be affected by changing the `Client`'s logger.
   


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org