Skip to content

Add sufficient logging to backend #2842

@cqnykamp

Description

@cqnykamp

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!!

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions