diff --git a/gunicorn.conf.py b/gunicorn.conf.py index dccae1a94..6da71319c 100644 --- a/gunicorn.conf.py +++ b/gunicorn.conf.py @@ -27,6 +27,7 @@ def worker_abort(worker): worker.log.warning(f"User: {u.username!r} id:{u.id}") else: worker.log.warning(f"User: not logged in") + worker.log.warning(dict(request.values)) worker.log.warning(STARS) else: worker.log.warning("No request info")