python_api icon indicating copy to clipboard operation
python_api copied to clipboard

Logger causes response slowness when response data is large

Open nickbien opened this issue 5 years ago • 0 comments

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.

nickbien avatar Jan 06 '21 07:01 nickbien