Skip to content

Commit b1994cf

Browse files
committed
Add a bit more detail to latest TIL
1 parent 52d31fa commit b1994cf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

prisma/configure-client-to-log-sql-queries.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,7 @@ export const prisma =
2727
})
2828
```
2929

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+
3033
[source](https://github.com/prisma/prisma/discussions/3967)

0 commit comments

Comments
 (0)