How would one print a prisma error somewhere other...
# orm-help
a
How would one print a prisma error somewhere other than console?
a
You can use
multer
r
There are loggers like
winston
that you can use. Also with Prisma you can perform event based logging where you can write to a different source in the
on
method.