Much needed: well-highlighted JSON log viewer

前端 未结 7 889
感动是毒
感动是毒 2021-01-30 22:46

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

7条回答
  •  我在风中等你
    2021-01-30 23:26

    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

提交回复
热议问题