Skip to content
Snippets Groups Projects
Commit 7feddd3a authored by Farhanah Sheets's avatar Farhanah Sheets
Browse files

Log update

parent 8f909e0b
No related merge requests found
......@@ -65,7 +65,7 @@ class ZendeskPassthroughView(APIView):
tags=request.data['tags']
)
except KeyError as key:
logger.error('Zendesk Proxy Bad Request: %s', key)
logger.error('Zendesk Proxy Bad Request KeyError: %s', key)
return Response(status=status.HTTP_400_BAD_REQUEST)
return Response(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment