Logdy - 轻量级日志查看工具
https://github.com/logdyhq/logdy-core
Logdy 是一个轻量级的单二进制日志查看器,支持实时日志查看和过滤。
● 零依赖单二进制可执行文件,无需构建编译
● 嵌入式 Web UI,支持实时日志查看和过滤
● 多种输入模式支持(文件监听、标准输入、socket、REST API)
● 本地运行,数据安全,保证隐私
#Shell #Tool #GitHub #Golang
https://github.com/logdyhq/logdy-core
Logdy 是一个轻量级的单二进制日志查看器,支持实时日志查看和过滤。
● 零依赖单二进制可执行文件,无需构建编译
● 嵌入式 Web UI,支持实时日志查看和过滤
● 多种输入模式支持(文件监听、标准输入、socket、REST API)
● 本地运行,数据安全,保证隐私
# 搭配 Shell 命令
$ tail -f file.log | logdy
WebUI started, visit http://localhost:8080
# 读取日志文件
$ logdy follow app-out.log --full-read
WebUI started, visit http://localhost:8080#Shell #Tool #GitHub #Golang