As a developer, I want to have access to application logs, so that I can more easily debug issues with the application.
A/C:
Given the application is running, When a user sends an HTTP request to the application, Then the details of the request (e.g. endpoint, method, headers, and parameters) must be logged to the console.
As a developer, I want to have access to application logs, so that I can more easily debug issues with the application.
A/C: