File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 5
5
1 . [ #378 ] ( https://github.com/influxdata/influxdb-client-python/pull/378 ) : Correct serialization DataFrame with nan values [ DataFrame]
6
6
1 . [ #384 ] ( https://github.com/influxdata/influxdb-client-python/pull/384 ) : Timeout can be specified as a ` float `
7
7
1 . [ #380 ] ( https://github.com/influxdata/influxdb-client-python/pull/380 ) : Correct data types for querying [ DataFrame]
8
+ 1 . [ #391 ] ( https://github.com/influxdata/influxdb-client-python/pull/391 ) : Ping function uses debug for log
8
9
9
10
### CI
10
11
1 . [ #370 ] ( https://github.com/influxdata/influxdb-client-python/pull/370 ) : Add Python 3.10 to CI builds
Original file line number Diff line number Diff line change @@ -429,7 +429,7 @@ def ping(self) -> bool:
429
429
ping_service .get_ping ()
430
430
return True
431
431
except Exception as ex :
432
- logger .error ("Unexpected error during /ping: %s" , ex )
432
+ logger .debug ("Unexpected error during /ping: %s" , ex )
433
433
return False
434
434
435
435
def version (self ) -> str :
You can’t perform that action at this time.
0 commit comments