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

Allow silencing of web access logs #2273

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Mar 22, 2024

  1. Use common logger for WSGI logs

    By default the WSGI server logs directly to stderr.
    AndrewKvalheim committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    d41531a View commit details
    Browse the repository at this point in the history
  2. Work around eventlet/eventlet#807

    The WSGI server logs every HTTP response at level INFO, which is
    inappropriately verbose. As a workaround, disable response logging at
    application log levels above DEBUG.
    AndrewKvalheim committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    e9695d0 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Configuration menu
    Copy the full SHA
    43bfb2a View commit details
    Browse the repository at this point in the history