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

Bumps [github.com/go-playground/validator/v10](https://github.com/go-playground/validator) from 10.18.0 to 10.20.0. Release notes Sourced from github.com/go-playground/validator/v10's releases. Release 10.20.0 What's Changed Fix ULID should case-insensitive by @​akayj in go-playground/validator#1258 feat: add base32 validator tag by...

dependencies
go

Sometimes there are name-value pairs that appear twice in the JSON view that you get when choosing a log entry from the initial screen. This is how it looks in...

If I understand correctly, only a single configuration file can be stored in $PWD or $HOME currently. The only way to maintain and use different configurations is to store them...

Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.4 to 1.9.0. Release notes Sourced from github.com/stretchr/testify's releases. v1.9.0 What's Changed Fix Go modules version by @​SuperQ in stretchr/testify#1394 Document that require is not safe to...

dependencies
go

Bumps [github.com/charmbracelet/lipgloss](https://github.com/charmbracelet/lipgloss) from 0.9.1 to 0.10.0. Release notes Sourced from github.com/charmbracelet/lipgloss's releases. v0.10.0 String Transforms 💄 Lip Gloss v0.10.0 features a brand new Transform function for Styles to alter strings...

dependencies
go

Currently it's not possible to read from stdin: ```console $ docker logs tasks 2>&1 | ./jlv - Something went wrong: os: open -: no such file or directory. ``` A...

Would it be possible to add watch support that: 1. If scrolled bottom, will auto-scroll when new logs appear 2. If scrolled a little bit up, will not auto-scroll 3....

enhancement

Add an ability to sort by field: - Descending - Ascending

enhancement

Define component styles for different themes. Get a theme from [the configuration](https://github.com/hedhyw/json-log-viewer/blob/c65754ff6ef294d9d1d9653c105c8cda3e86dc80/internal/pkg/config/config.go#L17) or from the environment variable "JLV_THEME". Support config hierarchy (example: use a theme from the home directory if...

good first issue