jayryanj / URLookup

Checks URL for maliciousness
MIT License
1 stars 0 forks source link

Improve logging #8

Open jayryanj opened 4 years ago

jayryanj commented 4 years ago

Logging is currently done through console.log() along with using {new Date(Date.now())} to display the time. Logging HTTP requests/responses could be done using https://github.com/bithavoc/express-winston middleware. For general debugging, maybe use https://www.npmjs.com/package/express-pino-logger?