Skip to content

Commit a9b60c8

Browse files
Add logging of V1/V2 API calls
Signed-off-by: Łukasz Gryglicki <[email protected]>
1 parent dc8c699 commit a9b60c8

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)