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.
1 parent dc8c699 commit a9b60c8Copy full SHA for a9b60c8
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