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
{{ message }}
This repository has been archived by the owner on May 7, 2021. It is now read-only.
Now that the update to Winston Logger has been merged we can add the logger to the rest of the application. All console.log messages should be replaced in server-side code.
Design detail
Replace console.log with logger.info/warn/error as applicable. This change should be made to server side code.
Unresolved questions
N/A
The text was updated successfully, but these errors were encountered:
Summary
Now that the update to Winston Logger has been merged we can add the logger to the rest of the application. All console.log messages should be replaced in server-side code.
Design detail
Replace console.log with logger.info/warn/error as applicable. This change should be made to server side code.
Unresolved questions
N/A
The text was updated successfully, but these errors were encountered: