本地日志显示

huangapple go评论54阅读模式
英文:

Local logs display

问题

我正在开发一个小的边缘项目,其中有3个微服务(在本地运行)。
每个服务将日志写入本地文件。
我想知道是否有任何免费的、本地易于设置的工具,我可以使用它来方便地查看日志,而不是在Notepad++中阅读它们(类似于Kibana或Splunk,但免费且易于设置)。

谢谢!

英文:

I'm working on a little side project that has 3 microservices (running locally).
Each service write logs to a local file.
I was wondering if there's any free, local easy-to-setup tool that I can use in order to view the logs in a convenient way Instead of reading them in notepad++ (something like kibana or splunk but free and easy to setup).

Thanks!

答案1

得分: 1

Splunk可免费使用每天最多500MB的日志记录。

英文:

Splunk is free to use for up to 500MB per day of logging.

答案2

得分: -1

你可以使用开源工具 https://github.com/zinclabs/zincobserve 。它非常轻量,可以在你的笔记本电脑上运行。你需要使用 fluentbit 或 vector 转发日志。

英文:

You could use open source https://github.com/zinclabs/zincobserve . Its light weight that you run on your laptop. You will need to forward the logs using fluentbit or vector.

huangapple
  • 本文由 发表于 2023年5月28日 02:11:16
  • 转载请务必保留本文链接:https://go.coder-hub.com/76348360.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定