Echo JS 0.11.0

<~>
DockterFromBanks 1282 days ago.
As far as I know, there are not that many free, open-source log management tools on the market with a nice GUI. As it stands, trying to debug is near impossible with the limited tools Docker Desktop gives you in terms of managing the logs (can't filter, sort, or search). If I can't analyze the logs effectively, then there doesn't seem to be a purpose in having them at all. What are some free, open-source log management tools that can filter/sort/search through logs?

sbusso 1282 days ago. link 1 point
I used https://www.portainer.io/ to look at logs. Not a log management tool but this the best way I have found without setting up a complex stack like ELK or Graylog
tracker1 1282 days ago. link 1 point
ELK Stack - ElasticSearch, LogStash and Kibana.  If you are using Node services, there are sink adapters for most common loggers in Node and other services... for some you may need to log ship.  There are also adapters for Kubernetes as well.  YMMV.

While there are commercial support options, and some features that are paid only, you can go a long way with just the open-source/free versions.

For your own services, you might also try Seq.