TutorialsTypeScriptbackend
Prisma query logging and PostgreSQL: when the ORM is enough and when you have to go deeper
Prisma Client logs show you what queries the ORM generated. PostgreSQL has its own observability layer. Confusing the two is the source of incomplete diagnostics. Here I separate the two planes and give you a concrete criterion for deciding which one to look at first.
8 min9