You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-3Lines changed: 10 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -14,9 +14,9 @@ Main features:
14
14
2. It displays a compact list of log entries.
15
15
3. It is possible to expand the log and see the full prettified JSON tree.
16
16
4. All non-json logs are captured.
17
-
5.It understands different field names: `time`, `timestamp`, `msg`, `message`, `err`, `error` etc.
18
-
6.It supports case-insensitive filtering.
19
-
7.Colorized log levels.
17
+
5.Fields are [customizable](#customization).
18
+
6.Filtering is easy to use.
19
+
7.Log levels are colorized.
20
20
21
21
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.
22
22
@@ -34,6 +34,12 @@ The application is designed to help in visualization, navigation, and analyzing
0 commit comments