Skip to content

fix(access-logs): Buffer logging to stdout to prevent backpressure#214

Open
ldebruijn wants to merge 3 commits intomainfrom
buffer-access-logs
Open

fix(access-logs): Buffer logging to stdout to prevent backpressure#214
ldebruijn wants to merge 3 commits intomainfrom
buffer-access-logs

Conversation

@ldebruijn
Copy link
Copy Markdown
Owner

Adjust the access logging logger to use a buffered writer, to prevent stdout from creating backpressure onto the application. Theory being that logging more logs once has less impact on stdout than logging smaller log lines often.

The buffer size is configurable.

This changeset is an iteration on #212

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant