Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 685 Bytes

README.md

File metadata and controls

30 lines (17 loc) · 685 Bytes

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!