any way to change prisma client logging configurat...
# orm-help
m
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
I don’t think so, changing it would mean initialising a new
PrismaClient
.
m
it would be amazing to be able to turn on and off query logs
for debugging and performance tuning
r
Feature request here would be great 🙂