json-log-viewer
json-log-viewer copied to clipboard
Interactive viewer for JSON logs.
I installed this log viewer on our production server after switching to `pino` for logging. It took a moment to to load but it eventually loaded. I checked a couple...
Examples: - reloadThreshold, stdinReadTimeout -> 1m, 1s, etc. - maxFileSizeBytes -> 1Mb, 1Gb, etc.
Record a new version of: https://github.com/hedhyw/json-log-viewer/blob/main/assets/animation.webp
Bumps [github.com/charmbracelet/bubbletea](https://github.com/charmbracelet/bubbletea) from 1.3.4 to 1.3.5. Release notes Sourced from github.com/charmbracelet/bubbletea's releases. v1.3.5 This release fixes an important bug on Windows where function keys (F1..F20) don't get recognized and sent...
Bumps [github.com/charmbracelet/lipgloss](https://github.com/charmbracelet/lipgloss) from 1.0.0 to 1.1.0. Release notes Sourced from github.com/charmbracelet/lipgloss's releases. v1.1.0 Tables, Improved In this release, the inimitable @andreynering and @bashbunni majorly overhauled on the table sizing and...
Thank you for the awesome package. Would it be possible to add Concatenation of multiple log files, e.g. `jlv dbg_RT_2025-02-03_*.log` to concatenate and view all files (in the example case,...
I just started using this and it is working great. One thing though is when you have a log message open, the "?" key doesn't display any help. The ?...
In default keybindings, PgUp / PgDown scroll a page of lines up or down. It only works on the active view, though. Eg. being on top of all logs and...
I use jlv to inspect json structured logs when developing. Running the command as $ some-command | jlv When closing jlv by Ctrl-C, the first command still runs and needs...
When not in follow mode, there's no indicator or hint about how many lines are "above" the current line (the selected line). This could eg. be shown in the status...