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

Fix description of output redirection for access_log for gunicorn #28672

Commits on Jan 2, 2023

  1. Fix description of output redirection for access_log for gunicorn

    As of gunicorn 19.7.0, default for access_log is stdout not stderr
    and our documentation has not been updated to reflect that. We are
    already past that (min version of gunicorn is 20.1.0, so the
    documentation of access-log flag of ours was wrong. Having the
    access_log in stdout rather than stderr also allows to redirect
    the access log to a separate log sink in deployments like K8S.
    potiuk committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    ec73269 View commit details
    Browse the repository at this point in the history