marklogic / python_api

Please see https://github.com/marklogic/marklogic-python-client for the official MarkLogic Python client.
https://github.com/marklogic/marklogic-python-client
Apache License 2.0
27 stars 18 forks source link

Logger causes response slowness when response data is large #104

Open nickbien opened 3 years ago

nickbien commented 3 years ago

I was testing our own code and found that the logger in https://github.com/marklogic/python_api/blob/master/marklogic/connection.py#L230 causes to freeze when the response is very large.

Maybe have an option to use logging in that line or not.