Bklyn commented on a change in pull request #7713:
URL: https://github.com/apache/pulsar/pull/7713#discussion_r598818323
##########
File path: pulsar-client-cpp/python/pulsar/__init__.py
##########
@@ -403,6 +405,8 @@ def __init__(self, service_url,
Configure whether the Pulsar client validates that the hostname of
the
endpoint, matches the common name on the TLS certificate presented by
the endpoint.
+ * `logger`:
+ Set a Python logger for this Pulsar client.
Review comment:
Perhaps spell out explicitly that this must be an instance of
`logging.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.
For queries about this service, please contact Infrastructure at:
[email protected]