charmbracelet / charmbracelet/log
json to text formatter.
- Dominant language
- Go
- Stars
- 3.4k
- Forks
- 103
- PR merge metrics
- No merged PRs in 30d
Description
**Is your feature request related to a problem? Please describe.**
I'm currently not experiencing a problem but this would be a quality of life improvement.
Usually in a local dev environment the default text human readable logs are used, and in stg prod the json version of the logs are used to store them and index them better. nevertheless from time to time is useful to be able to just take the structured output and make it human readable.
**Describe the solution you'd like**
Create a way that you can go from Log created json logs to their lipgloss formated output.
**Additional context**
for example a little tool like this one: https://github.com/ardanlabs/service/blob/master/api/tooling/logfmt/main.go
Contributor guide
Assessment
This issue has not been assessed yet.