We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7169bb6 commit a8a5fa3Copy full SHA for a8a5fa3
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
- logging.debug(f"Cannot parse error response to JSON: {response.data}, {e}")
+ logger.debug(f"Cannot parse error response to JSON: {response.data}, {e}")
38
return response.data
39
40
# Header
0 commit comments