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

Access log files are not flushed whole-lines at once #1123

Open
rjek opened this issue Mar 16, 2014 · 0 comments
Open

Access log files are not flushed whole-lines at once #1123

rjek opened this issue Mar 16, 2014 · 0 comments

Comments

@rjek
Copy link

rjek commented Mar 16, 2014

The access log file appears to be flushed at byte boundaries, not line boundaries. These leads to some odd effects when using "tail" with log files, as you get partial lines emitted: you have to wait for the next lump of data to be flushed before you get to see the rest of the line

Initially I thought this was a laggy ssh session, and while it's only cosmetic, it would be nice if the logs were flushed up to the next log line rather than flushing partial lines.

Running git master. Ish.

@skinkie skinkie added this to the Release v1.3 milestone Mar 16, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants