forked from okaziya/web-interview
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
Related to #1; there is no logging related to user activity happening on the backend in the current implementation. I think we should have a request log where we log 1) errors when calling API endpoints, 2) 404 errors when the user is requesting some path that is not matched, and 3) 2xx responses on successful API operations.
Reactions are currently unavailable