Skip to content

fix: ping function uses debug for log #391

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jan 10, 2022
Merged

fix: ping function uses debug for log #391

merged 3 commits into from
Jan 10, 2022

Conversation

michaelahojna
Copy link
Contributor

@michaelahojna michaelahojna commented Jan 10, 2022

Closes #382

Proposed Changes

Replace log in ping function by debug instead of error.

Checklist

  • CHANGELOG.md updated
  • Rebased/mergeable
  • A test has been added if appropriate
  • pytest tests completes successfully
  • Commit messages are in semantic format
  • Sign CLA (if not already signed)

@michaelahojna michaelahojna marked this pull request as ready for review January 10, 2022 13:58
@michaelahojna michaelahojna requested a review from bednar January 10, 2022 13:58
CHANGELOG.md Outdated
Comment on lines 5 to 8
2. [#378](https://github.com/influxdata/influxdb-client-python/pull/378): Correct serialization DataFrame with nan values [DataFrame]
3. [#384](https://github.com/influxdata/influxdb-client-python/pull/384): Timeout can be specified as a `float`
4. [#380](https://github.com/influxdata/influxdb-client-python/pull/380): Correct data types for querying [DataFrame]
5. [#391](https://github.com/influxdata/influxdb-client-python/pull/391): Ping function uses debug for log
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please use 1. to index the list.

Suggested change
2. [#378](https://github.com/influxdata/influxdb-client-python/pull/378): Correct serialization DataFrame with nan values [DataFrame]
3. [#384](https://github.com/influxdata/influxdb-client-python/pull/384): Timeout can be specified as a `float`
4. [#380](https://github.com/influxdata/influxdb-client-python/pull/380): Correct data types for querying [DataFrame]
5. [#391](https://github.com/influxdata/influxdb-client-python/pull/391): Ping function uses debug for log
1. [#378](https://github.com/influxdata/influxdb-client-python/pull/378): Correct serialization DataFrame with nan values [DataFrame]
1. [#384](https://github.com/influxdata/influxdb-client-python/pull/384): Timeout can be specified as a `float`
1. [#380](https://github.com/influxdata/influxdb-client-python/pull/380): Correct data types for querying [DataFrame]
1. [#391](https://github.com/influxdata/influxdb-client-python/pull/391): Ping function uses debug for log

@michaelahojna michaelahojna merged commit 376f371 into master Jan 10, 2022
@michaelahojna michaelahojna deleted the Issue382 branch January 10, 2022 14:08
@michaelahojna michaelahojna added this to the 1.25.0 milestone Jan 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

InfluxDBClient.ping() method shouldn't log an error
2 participants