You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a developer, I want the logs to have a good format and source class, in order to be able to debug even on production application. I probably also want file system logs, so I can trace back errors that happened in the backend.
Notes
Winston is a great logging framework that supports file system logging and works in backend and frontend
Acceptance Criteria
There is a central logger in the backend that logs on the file system
It has been evaluated if the logger also makes sense in the frontend
The text was updated successfully, but these errors were encountered:
Motivation
As a developer, I want the logs to have a good format and source class, in order to be able to debug even on production application. I probably also want file system logs, so I can trace back errors that happened in the backend.
Notes
Acceptance Criteria
The text was updated successfully, but these errors were encountered: