diff --git a/THANKS b/THANKS index d32d1bbf..6fb97720 100644 --- a/THANKS +++ b/THANKS @@ -158,3 +158,4 @@ Kyle Mulka Marc Abramowitz Hebert J Kevin Littlejohn +Wolfgang Schnerring diff --git a/gunicorn/workers/base.py b/gunicorn/workers/base.py index 0b8cc115..9ba8e756 100644 --- a/gunicorn/workers/base.py +++ b/gunicorn/workers/base.py @@ -210,7 +210,7 @@ class Worker(object): msg = "Invalid request from ip={ip}: {error}" self.log.debug(msg.format(ip=addr[0], error=str(exc))) else: - self.log.exception("Error handling request") + self.log.exception("Error handling request %s", req.uri) status_int = 500 reason = "Internal Server Error"