python_api
python_api copied to clipboard
Logger causes response slowness when response data is large
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.