Skip to content
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

feat(rumqttc): Replace multi line debug log with single line #688

Merged
merged 1 commit into from
Aug 23, 2023

Conversation

flxo
Copy link
Contributor

@flxo flxo commented Aug 22, 2023

Type of change

Miscellaneous (related to maintenance)

Checklist:

  • Formatted with cargo fmt
  • Make an entry to CHANGELOG.md if it's relevant to the users of the library. If it's not relevant mention why.

Change the ping timing debug log from a multi line string to a single line with the use of the Debug impl of Duration. Multi line logs screw a log stream in regards of readability. This PR doesn't contain any API change and just affect debug logs - no need to add a noisy changelog entry.

Change the ping timing debug log from a multi line string to a single
line with the use of the `Debug` impl of `Duration`. Multi line logs
screw a log stream in regards of readability.
@tekjar
Copy link
Contributor

tekjar commented Aug 23, 2023

Thanks @flxo :)

@tekjar tekjar merged commit fd24161 into bytebeamio:main Aug 23, 2023
2 of 3 checks passed
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.

2 participants