文件名称:小型命令行 JSON 日志查看器
文件大小:181KB
文件格式:ZIP
更新时间:2024-07-18 11:26:22
json log command-line viewer command-line-tool
博客查看json日志文件的小工具。筛选要过滤日志消息,可以使用 luafblog -f' level ~= "info"'# will print all message where the level is not info fblog -f' process == "play"'# will print all message where the process is play fblog -f' string.find(fu, "bow.*") ~= nil'# will print all messages where fu starts with bow fblog -f' process == "play"'# will print all message where the process is play fblog -f' process == "rust" and fu == "bower"' fblog --no-implicit-filter-return-statement -f' if 3 > 2 then return true else return fa
【文件预览】:
fblog-master
----.travis.yml(1KB)
----sample.json.log(2KB)
----sample_elastic.log(656B)
----logo()
--------fblog_small.png(7KB)
--------fblog.svg(4KB)
--------fblog.jpg(48KB)
----rustfmt.toml(79B)
----Cargo.lock(11KB)
----.github()
--------dependabot.yml(147B)
----Dockerfile(104B)
----LICENSE(498B)
----package.sh(715B)
----src()
--------app.rs(3KB)
--------filter.rs(3KB)
--------main.rs(2KB)
--------template.rs(3KB)
--------log.rs(10KB)
--------inspect.rs(2KB)
--------no_color_support.rs(410B)
--------process.rs(4KB)
----Cargo.toml(461B)
----README.org(2KB)
----.gitignore(39B)
----demo.png(136KB)