Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [logform]

A mutable object-based log format designed for chaining & objectMode streams. Related to the winstonjs project.

0 votes
0 answers
13 views

Why does my winston.js formatter execute on messages that'll never be printed?

Why I'm asking: I want my winston log messages to show what file and line number they come from. According to my research, I need to create a logform formatter to do this. Here's what I came up with. ...
Daniel Kaplan's user avatar