paljs / prisma-tools

Prisma tools to help you generate CRUD system for GraphQL servers
https://paljs.com
MIT License
681 stars 55 forks source link

Add configurable logging library #217

Open divideby0 opened 3 years ago

divideby0 commented 3 years ago

I've noticed that many parts of the Pal.js code log messages to console.log. For many of our production apps, we will use third-party logging libraries like Pino. This allows us to configure the formatting of our logs and also ship logging statements to external systems like Datadog or Elasticsearch.