adisingh007 / production-grade-logging

Demo of setting up production grade logging using winston

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Just wanted to learn about how to setup production grade logging.  
Using winston library with typescript to setup our logging.  
  
We could use some APM (Application Performance Monitoring) system later (Datadog? Newrelic? Anything...) 😉   

You can run the application in:  

1. Local environment: `npm run start-local`  
2. Production environment: `npm start`  

About

Demo of setting up production grade logging using winston


Languages

Language:TypeScript 100.0%