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 551 . [ #378 ] ( https://github.com/influxdata/influxdb-client-python/pull/378 ) : Correct serialization DataFrame with nan values [ DataFrame]
661 . [ #384 ] ( https://github.com/influxdata/influxdb-client-python/pull/384 ) : Timeout can be specified as a ` float `
771 . [ #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
89
910### CI
10111 . [ #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:
429429 ping_service .get_ping ()
430430 return True
431431 except Exception as ex :
432- logger .error ("Unexpected error during /ping: %s" , ex )
432+ logger .debug ("Unexpected error during /ping: %s" , ex )
433433 return False
434434
435435 def version (self ) -> str :
You can’t perform that action at this time.
0 commit comments