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

runtime: skip empty Guest console output lines #296

Merged
merged 1 commit into from
Jan 16, 2025

Conversation

danmihai1
Copy link

Skip logging empty lines of text from the Guest console output, if there are any such lines.

Without this change, the Guest console log from CLH + /dev/pts/0 has twice as many lines of text. Half of these lines are empty.

Fixes: kata-containers#10737

Cherry-pick upstream commit 2e21f51

Skip logging empty lines of text from the Guest console output, if
there are any such lines.

Without this change, the Guest console log from CLH + /dev/pts/0 has
twice as many lines of text. Half of these lines are empty.

Fixes: kata-containers#10737

Signed-off-by: Dan Mihai <dmihai@microsoft.com>
@danmihai1 danmihai1 added the upstream/merged PRs that have been merged upstream label Jan 15, 2025
@danmihai1 danmihai1 requested a review from Camelron January 15, 2025 16:57
@danmihai1 danmihai1 requested review from a team as code owners January 15, 2025 16:57
@danmihai1 danmihai1 merged commit 807a588 into msft-main Jan 16, 2025
47 of 59 checks passed
@danmihai1 danmihai1 deleted the danmihai1/empty-log-lines branch January 16, 2025 17:46
sprt pushed a commit that referenced this pull request Feb 10, 2025
runtime: skip empty Guest console output lines
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
upstream/merged PRs that have been merged upstream
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CLH: half of the vmconsole log lines are empty
3 participants