英文:
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.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论