-
Notifications
You must be signed in to change notification settings - Fork 0
Add request logging middleware #7
Copy link
Copy link
Closed
Labels
launch-codespaceAuto-launch a Coder workspace for this issueAuto-launch a Coder workspace for this issue
Description
Add a simple request logging middleware to the Express app that logs:
- HTTP method
- URL path
- Response status code
- Response time in milliseconds
Use the standard morgan package with the dev format. Add it as a dependency and wire it up in the main app file.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
launch-codespaceAuto-launch a Coder workspace for this issueAuto-launch a Coder workspace for this issue