We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52d31fa commit b1994cfCopy full SHA for b1994cf
prisma/configure-client-to-log-sql-queries.md
@@ -27,4 +27,7 @@ export const prisma =
27
})
28
```
29
30
+If we look in our app server logs when a code path that contains a Prisma query
31
+executes, we'll see a line for each SQL statement.
32
+
33
[source](https://github.com/prisma/prisma/discussions/3967)
0 commit comments