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

Consistent logging #133

Merged
merged 2 commits into from
Jul 18, 2024
Merged

Consistent logging #133

merged 2 commits into from
Jul 18, 2024

Commits on Jul 17, 2024

  1. Don't set server#WriteTimeout

    Setting `10s` as a write timeout might not cause any problems when the
    request is processed successfully, but when we e.g. have to retry any
    database errors, which is `5m` by default, this will just in an i/o
    timeout and the listener won't event write any hints about that, but will
    silently abort the connections.
    yhabteab committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    cdc6ce8 View commit details
    Browse the repository at this point in the history
  2. Make logging more consistent

    yhabteab committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    37376db View commit details
    Browse the repository at this point in the history