Expand description
rlg โ tail, filter, and convert structured log streams.
The binary reads canonical JSON-shaped rlg records (one per
line) from stdin or a file, applies the --min-level,
--component, and --attr filters, and re-emits each surviving
record in the format selected with --format.
Structsยง
- Cli ๐
rlgโjqfor structured logs.
Enumsยง
- Level
Arg ๐ - CLI-friendly mirror of [
LogLevel]. - Output
Format ๐ - CLI-friendly mirror of [
LogFormat].
Functionsยง
- build_
filter ๐ - main ๐
- run ๐