-
Notifications
You must be signed in to change notification settings - Fork 12
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
Fix the problem with stdout
buffering
#36
Comments
Everything is okay with logs: they're written using pure Please, clarify the issue. |
0x501D
added a commit
that referenced
this issue
Apr 24, 2022
This patch enables linebuffering for stdout fstream. Closes #36
0x501D
added a commit
that referenced
this issue
Apr 24, 2022
This patch enables linebuffering for stdout fstream. Closes #36
0x501D
added a commit
that referenced
this issue
Apr 24, 2022
This patch enables linebuffering for stdout fstream. Closes #36
0x501D
added a commit
that referenced
this issue
Apr 24, 2022
This patch enables linebuffering for stdout fstream. Closes #36
LeonidVas
pushed a commit
that referenced
this issue
Apr 25, 2022
This patch enables linebuffering for stdout fstream. Closes #36
LeonidVas
changed the title
Fix the problem with the log write
Fix the problem with Apr 27, 2022
stdout
buffering
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When a new instance of tarantool is started in
instance.go
, by default the log will be written with block buffering. Thestdbuf
utility was used to change this behavior, but it is not installed on macOS by default. Needs to investigate the problem and implement a universal solution.Note that the original problem may have been misunderstood by the author.
The text was updated successfully, but these errors were encountered: