Much needed: well-highlighted JSON log viewer

前端 未结 7 797
感动是毒
感动是毒 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:13

    You'll find that https://jsonlog.io/ is a solution that provides great visibility into your application's structured data IO. I'm the developer behind this, but it's a free resource I built to solve this exact issue in my own workflow.

    Here's an example of one of the log formats that might help:

    JSONLog Pretty Log View

    And since it's a live logging-type platform the data displays live as they are sent from your application. It's a great way to get insight into your live/dev application IO.

提交回复
热议问题