wistful
v0.0.4
Published
A tool for making Winston logs print better. Parses JSON and formats it for the console.
Downloads
6
Maintainers
Readme
wistful
A handy tool for pretty-printing the JSON-formatted output from your Winston logs.
Usage
Install globally
npm install -g wistful
# or
yarn global add wistful
Then you can pipe log files...
wistful < logs.txt
Or even pipe the log output from your apps in real-time...
node src/index.js | wistful