prisma / docs

📚 Prisma Documentation
https://www.prisma.io/docs
Apache License 2.0
983 stars 777 forks source link

Consider adding logging info to "Debugging" page #1857

Open nikolasburk opened 3 years ago

nikolasburk commented 3 years ago

The Debugging page currently only covers the DEBUG env var.

I think it should at least also mention the possibility of using log: ['error'] when instantiating PrismaClient that's explained here so that people don't have to look through different pages to get all potential debugging info that's relevant for them.

janpio commented 3 years ago

I often have to refer to these two pages to get what I need (as I always forget again 5 minutes later), so at least cross linking them explicitly make so much sense.

ruheni commented 1 year ago

TODO: