json-log-viewer icon indicating copy to clipboard operation
json-log-viewer copied to clipboard

Interactive viewer for JSON logs.

Results 16 json-log-viewer issues
Sort by recently updated
recently updated
newest added

Support search over all fields. Create [a new state](https://github.com/hedhyw/json-log-viewer/tree/main/internal/app) in which: - up -> go to the previously found line; - down -> go to the next found line; -...

enhancement

The place is: https://github.com/hedhyw/json-log-viewer/blob/bbae13d2754cb885c2f0f986aa4dda2a9a5eb9ec/go.mod#L5 More details: https://github.com/antonmedv/fx/issues/256

enhancement
blocked

The place is: https://github.com/hedhyw/json-log-viewer/blob/3a474972288146cef2bac25eb50b0e6b4c80a4bf/go.mod#L7 After merging: https://github.com/charmbracelet/bubbles/pull/397

blocked

Support after-refreshing of logs. It should be [configurable](https://github.com/hedhyw/json-log-viewer/blob/main/internal/pkg/config/config.go). Default: every 10s. Keep the cursor on the same position.

enhancement
good first issue

Currently only filtering by all fields is supported.

enhancement

Pino (the popular node logger) user number for log levels: https://github.com/pinojs/pino/blob/main/docs/api.md#loggerlevels-object A quick solution for this single case would be to add the numbers as aliases for the log levels....