We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8a5fa3 commit 65a7863Copy full SHA for 65a7863
1 file changed
influxdb_client/client/exceptions.py
@@ -34,7 +34,7 @@ def _get_message(self, response):
34
try:
35
return json.loads(response.data)["message"]
36
except Exception as e:
37
- logger.debug(f"Cannot parse error response to JSON: {response.data}, {e}")
+ logging.debug(f"Cannot parse error response to JSON: {response.data}, {e}")
38
return response.data
39
40
# Header
0 commit comments