Join Slack
Powered by
How would one print a prisma error somewhere other...
# orm-help
a
Alex Reyne
03/06/2021, 4:18 PM
How would one print a prisma error somewhere other than console?
a
ANISH AGGARWAL
03/06/2021, 5:08 PM
You can use
multer
r
Ryan
03/08/2021, 7:08 AM
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.
4
Views
Open in Slack
Previous
Next