Top "Winston" questions

A multi-transport async logging library for node.

How are you supposed to create Winston logger stream for Morgan in TypeScript

What is the correct way to create a winston logger in TypeScript that will log the express Morgan middleware logging? …

node.js typescript winston morgan
NestJS Logging into File, Database, etc using either default logger or npm like winston

NestJS implemented with default logger. It send the output to console. May I know, How to configure the default logger …

node.js logging nestjs winston
Winston logger.info is not a function

I've set up Winston with transports to MySQL and console and put it in a module called logger. Like so... // …

node.js logging winston
how to use winston to setup log in a sub directory instead of root directory?

I want to setup logs for my nodejs project inside a directory named logs as per documentation here i am …

node.js path winston
Invalid transport, must be an object with a log method winston mongodb logging

I want to store my error logs in mongoDB collection. I am using winston & winston -mongoDB. Getting the error: …

javascript node.js mongodb mongoose winston
Winston 3.0 colorize whole output on console

I am developing a Node.js application, using babel-cli as an ES6 transpiler and I am using Winston 3.0 as my …

javascript node.js ecmascript-6 colors winston