any way to change prisma client logging configuration at runtime? I want to enable query logging for a prisma client constructed by a plugin (prisma-appsync)
r
Ryan
10/15/2021, 11:58 AM
I don’t think so, changing it would mean initialising a new
PrismaClient
.
m
Mischa
10/15/2021, 12:19 PM
it would be amazing to be able to turn on and off query logs