2017-02-24 ##Context Debugging calls to the server can be hard if requests and responses are not logged By logging every request and response we can understand if a request ever arrives at the service and we can also monitor requests by aggregating information from th requests and errors produced ##Decision Add Middleware log every request and response. Response message should have code and time. ##Consequences * we can see every resquest made and mount monitoring dashboards on top of that Tracking and debuggung options are improved https://github.com/joelparkerhenderson/architecture_decision_record DevOpsPorto 2018