Using winston for node.js logging, I get json log files. A log file in this vein is simply a sequence of (newline delimited) json objects. This is great for log querying and tre
I developed a command line tool to view json log (see https://github.com/qiangyt/jog). It is just like 'tail -f log-file' but it's for json log.
It's written using GO so it's cross-platform. The binaries are downloadable via https://github.com/qiangyt/jog/releases.
Not document how to configure it very well, but it works properly by default,and I'm happy to get issue report or new feature request