Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ Main features:
2. It displays a compact list of log entries.
3. It is possible to expand the log and see the full prettified JSON tree.
4. All non-json logs are captured.
5. It understands different field names: `time`, `timestamp`, `msg`, `message`, `err`, `error` etc.
6. It supports case-insensitive filtering.
7. Colorized log levels.
5. Fields are [customizable](#customization).
6. Filtering is easy to use.
7. Log levels are colorized.

It uses [antonmedv/fx](https://github.com/antonmedv/fx) for viewing JSON records and [charmbracelet/bubbletea](https://github.com/charmbracelet/bubbletea) for organizing the terminal UI. The tool is inspired by the project [json-log-viewer](https://github.com/gistia/json-log-viewer) which is unfortunately outdated and deserted.

Expand All @@ -34,6 +34,12 @@ The application is designed to help in visualization, navigation, and analyzing
- [Standalone Binary](#standalone-binary)
- [Source](#source)
- [Customization](#customization)
- [Time Formats](#time-formats)
- [`time`](#time)
- [`numerictime`](#numerictime)
- [`secondtime`](#secondtime)
- [`millitime`](#millitime)
- [`microtime`](#microtime)
- [Resources](#resources)
- [Contribution](#contribution)
- [License](#license)
Expand All @@ -49,6 +55,7 @@ jlv file.json
| Enter | Open/Close log |
| F | Filter |
| Ctrl+C | Exit |
| F10 | Exit |
| Esc | Back |
| ↑↓ | Navigation |

Expand Down
Binary file modified assets/animation.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.