Our backend API does not log very much right now, which means that it is tricky to diagnose problems. We should be logging most events (at the info level)
On startup:
- Prisma startup (most is currently hidden by Prisma)
- Express startup
Recurring:
- log each endpoint with enough information so we can follow what users are doing
- Important: don't include sensitive info!!
Our backend API does not log very much right now, which means that it is tricky to diagnose problems. We should be logging most events (at the info level)
On startup:
Recurring: