4 releases
0.1.3 | Mar 4, 2024 |
---|---|
0.1.2 | Jun 30, 2023 |
0.1.1 | Jun 30, 2023 |
0.1.0 | Jun 28, 2023 |
#330 in Debugging
72 downloads per month
23KB
622 lines
lupp 🕵️
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.
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!