-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Log output of Node-API library engine is different #9039
Labels
bug/2-confirmed
Bug has been reproduced and confirmed.
domain/client
Issue in the "Client" domain: Prisma Client, Prisma Studio etc.
kind/bug
A reported bug.
topic: logging
topic: node-api
formerly `nApi`
Milestone
Comments
Related tech debt task: https://www.notion.so/prismaio/Client-events-are-not-type-safe-f57c86c66a9647338e7bdf4f78b204fe |
aqrln
added a commit
that referenced
this issue
Oct 7, 2023
Closes: prisma/team-orm#365 Fixes: #18479 Fixes: #18482 Fixes: #9039
aqrln
added a commit
that referenced
this issue
Oct 27, 2023
Closes: prisma/team-orm#365 Fixes: #18479 Fixes: #18482 Fixes: #9039
aqrln
added a commit
that referenced
this issue
Nov 9, 2023
Closes: prisma/team-orm#365 Fixes: #18479 Fixes: #18482 Fixes: #9039
aqrln
added a commit
that referenced
this issue
Nov 13, 2023
Closes: prisma/team-orm#365 Fixes: #18479 Fixes: #18482 Fixes: #9039
aqrln
added a commit
that referenced
this issue
Nov 28, 2023
Closes: prisma/team-orm#365 Fixes: #18479 Fixes: #18482 Fixes: #9039
aqrln
added a commit
that referenced
this issue
Dec 7, 2023
Closes: prisma/team-orm#365 Fixes: #18479 Fixes: #18482 Fixes: #9039
aqrln
added a commit
that referenced
this issue
Dec 7, 2023
Closes: prisma/team-orm#365 Fixes: #18479 Fixes: #18482 Fixes: #9039
aqrln
added a commit
that referenced
this issue
Dec 11, 2023
Closes: prisma/team-orm#365 Fixes: #18479 Fixes: #18482 Fixes: #9039
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug/2-confirmed
Bug has been reproduced and confirmed.
domain/client
Issue in the "Client" domain: Prisma Client, Prisma Studio etc.
kind/bug
A reported bug.
topic: logging
topic: node-api
formerly `nApi`
When starting a Prisma Client, you get an info log about the starting of the pool with x connections. This log is different when you consume it as an event:
library
:binary
:I assume similar differences exist across the board.
Related: #7605 + #9037
The text was updated successfully, but these errors were encountered: