diff --git a/zuul/lib/fingergw.py b/zuul/lib/fingergw.py index 4f603f3242..38cc5ec64b 100644 --- a/zuul/lib/fingergw.py +++ b/zuul/lib/fingergw.py @@ -81,7 +81,9 @@ class RequestHandler(streamer_utils.BaseFingerRequestHandler): except BrokenPipeError: # Client disconnect return except Exception: - self.log.exception('Finger request handling exception:') + self.log.exception( + 'Finger request handling exception (%s:%s):', + port_location['server'], port_location['port']) msg = 'Internal streaming error' self.request.sendall(msg.encode('utf-8')) return