Skip to content

Commit 77eb8ac

Browse files
Merge branch 'dev' into unicron-move-to-a-different-org
2 parents ef278cc + 18931a2 commit 77eb8ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cla-backend/cla/routes.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ def process_data(request, response):
4949
later on in the other handlers, currently only active on /github/activity
5050
endpoint because it's an expensive operation.
5151
"""
52+
cla.log.info('LG:api-request-path:' + request.path)
5253
if "/github/activity" in request.path:
5354
body = request.bounded_stream.read()
5455
request.bounded_stream.read = lambda: body

0 commit comments

Comments
 (0)