We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dc8c699 + a9b60c8 commit 18931a2Copy full SHA for 18931a2
cla-backend/cla/routes.py
@@ -49,6 +49,7 @@ def process_data(request, response):
49
later on in the other handlers, currently only active on /github/activity
50
endpoint because it's an expensive operation.
51
"""
52
+ cla.log.info('LG:api-request-path:' + request.path)
53
if "/github/activity" in request.path:
54
body = request.bounded_stream.read()
55
request.bounded_stream.read = lambda: body
0 commit comments