lupp 0.1.3

Commandline tool for colorizing logs
Documentation
  • Coverage
  • 0%
    0 out of 17 items documented0 out of 4 items with examples
  • Size
  • Source code size: 23.87 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.33 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 10s Average build duration of successful builds.
  • all releases: 10s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • fredr/lupp
    5 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • fredr

lupp 🕵️

Crates.io

Lupp is a small command line tool that can be used to enhance the experience when looking at logs in the terminal.

It tries to highligh important parts of the log message, and brim down the contextual fields.

image

Install

Via cargo

cargo install lupp

Usage

Pipe logs from example kubectl

kubectl logs -f pod-name | lupp

Caveat

The implementation is quite naive, and this tools is very WIP. But I find it usefull. Feel free to suggest improvements!