lupp

Crates.iolupp
lib.rslupp
version0.1.3
sourcesrc
created_at2023-06-28 15:17:27.423615
updated_at2024-03-04 21:25:45.520467
descriptionCommandline tool for colorizing logs
homepage
repositoryhttps://github.com/fredr/lupp
max_upload_size
id902325
size27,155
Fredrik Enestad (fredr)

documentation

README

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!

Commit count: 30

cargo fmt