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

Debug: Remove extra linefeed in monitor.log #10252

Merged
merged 2 commits into from
Mar 29, 2021
Merged

Debug: Remove extra linefeed in monitor.log #10252

merged 2 commits into from
Mar 29, 2021

Conversation

davemay99
Copy link
Contributor

Remove extra linefeed character written to monitor.log after each StreamFrame. Fixes #9889.

Linefeeds are already included in the buffer from StreamFrame. When a full frame was received (1024 bytes) the extra LF split the last log line in the frame. Frames with less than 1024 bytes resulted in an extra blank line written to file.

@davemay99 davemay99 requested a review from tgross March 29, 2021 04:03
Copy link
Member

@tgross tgross left a comment

Choose a reason for hiding this comment

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

LGTM. I pulled this PR down and checked it out with before-and-after runs and that looks like that solves it. Thanks!

@tgross tgross merged commit 5e6cb15 into main Mar 29, 2021
@tgross tgross deleted the b-debug-newline branch March 29, 2021 13:22
@tgross tgross added this to the 1.1.0 milestone May 17, 2021
@github-actions
Copy link

I'm going to lock this pull request because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active contributions.
If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 21, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

spurious LF in logs from 'nomad operator debug'
2 participants