Top "Winston" questions

A multi-transport async logging library for node.

Node.js - logging / Use morgan and winston

we use morgan in order to log our express transformation: var morgan = require('morgan'); morgan('combined'); // a format string morgan(…

node.js logging express winston
How can I add timestamp to logs using Node.js library Winston?

I want to add timestamp to logs. What is the best way to achieve this?

node.js logging winston
Logging all requests in Node.js/Express

In my small node.js application, using express, I wanted to log all the incoming requests, so I ended up …

json node.js express logging winston
How to use Winston in several modules?

I have several modules - let's say server.js, module1.js,...,moduleN.js. I would like define the log file …

node.js winston
How to set log level in Winston/Node.js

I am using Winston logging with my Node.js app and have defined a file transport. Throughout my code, I …

node.js express winston
Winston doesn't pretty-print to console

I'm trying to get Winston to pretty print to the console, so I stuck this in a file and ran …

node.js winston
Much needed: well-highlighted JSON log viewer

Using winston for node.js logging, I get json log files. A log file in this vein is simply a …

json sublimetext gedit winston
Node.js Winston logging

In my node app I am using "Winston" Logging to print the errors in a separate file. I followed this …

node.js winston
Winston : understanding logging levels

Reading and fiddling with Winston, I'm puzzled as to why the logging levels are ordered as they are and why …

node.js logging winston
TypeError: winston.Logger is not a constructor with winston and morgan

I tried with Winston for logger. I used in one project their It's working well when I copy paste the …

node.js winston morgan