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
Currently we have a bunch of console.logs where there should instead be logs. For example, emails sent. We should add a logging library such as winston. For starters, we should replace all console.log with a basic write line log functionality, and also log errors. We can work towards logging things such as email sent etc. later.
The text was updated successfully, but these errors were encountered:
Currently we have a bunch of console.logs where there should instead be logs. For example, emails sent. We should add a logging library such as winston. For starters, we should replace all console.log with a basic write line log functionality, and also log errors. We can work towards logging things such as email sent etc. later.
The text was updated successfully, but these errors were encountered: