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 ef278cc + 18931a2 commit 77eb8acCopy full SHA for 77eb8ac
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