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

[project-base] tail logs unbuffered #2103

Merged
merged 1 commit into from Nov 19, 2020
Merged

[project-base] tail logs unbuffered #2103

merged 1 commit into from Nov 19, 2020

Conversation

henzigo
Copy link
Member

@henzigo henzigo commented Nov 7, 2020

Q A
Description, reason for the PR By default, tail command output is buffered by 8KB when it runs in the background. Because of this, some logs can be missed or there can be delayed to see logs. More information can be found here:https://superuser.com/questions/742238/piping-tail-f-into-awk/1123674#1123674 and https://unix.stackexchange.com/questions/46723/flush-tail-f-buffer
New feature No
BC breaks No
Fixes issues ...
Have you read and signed our License Agreement for contributions? Yes

@TomasLudvik TomasLudvik added the Bug Something isn't working label Nov 10, 2020
@sslt sslt added this to the SSFW 9.1.0 milestone Nov 13, 2020
Copy link
Member

@TomasLudvik TomasLudvik left a comment

Choose a reason for hiding this comment

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

Hello, nice job. @s3tezsky can you please add UPGRADE notes?

@s3tezsky
Copy link
Contributor

Hello, nice job. @s3tezsky can you please add UPGRADE notes?

When the only issue is missing upgrade notes, feel free to add them 😉

@sonarcloud
Copy link

sonarcloud bot commented Nov 19, 2020

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@s3tezsky s3tezsky merged commit 180326a into master Nov 19, 2020
@s3tezsky s3tezsky deleted the jg-real-time-logs branch November 19, 2020 11:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants