bbc / digital-paper-edit-api

Work in progress - BBC News Labs digital paper edit project - Express server API
Other
0 stars 4 forks source link

Refactor: Adds Winston logging #13

Closed allishultes closed 5 years ago

allishultes commented 5 years ago

Is your Pull Request request related to another issue in this repository ?
API Cleanup: https://github.com/bbc/digital-paper-edit-api/issues/9

Describe what the PR does
Replaces console.logs with Winston.

State whether the PR is ready for review or whether it needs extra work
Draft. Logs might need to be added to cloud formation. And might be better ways to log responses and not just requests / handle errors. This is literally just going through and replacing.

Additional context
N/A

User Story / Context

As a dev, I want to be able to check logs for the API once it's deployed.