Skip to content

sighol/clog

Repository files navigation

Parsing of JSON logs

If you have a service that outputs logs in JSON format, you can pipe the output through clog to make it more readable.

The output looks like this: screenshot

It will display the time in the local time zone, the request id if it exists, the severity, and the message.

Installation

cargo install --git https://github.com/sighol/clog

Usage with kubectl

kubectl logs POD_NAME CONTAINER_NAME --follow | clog

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published