qunicorn_core.util package

Subpackages

Submodules

qunicorn_core.util.logging module

qunicorn_core.util.logging.get_logger(app: Flask, name: str) Logger

Utitlity method to get a specific logger that is a child logger of the app.logger.

qunicorn_core.util.reverse_proxy_fix module

qunicorn_core.util.reverse_proxy_fix.apply_reverse_proxy_fix(app: Flask)

Apply the reverse proxy fix from werkzeug with the number configured in REVERSE_PROXY_COUNT.

Module contents