MadaMada

@madamada@snac.void.my

SysAdmin with a simple life..interested in FOSS, FreeBSD, Linux, IPv6, cloud stuff and whatever things that come along the way I find interesting..
JabberIDmadamada@xpath.my
Matrix@madamada:matrix.org
Emailmada@void.my
Webhttps://buster.xpath.my
Geminigemini://warlock.xpath.my
TheFediPeoplehttps://fediverse.info/explore/people
Yggdrasilhttps://yggdrasil-network.github.io/
0 ★ 0 ↺

[?]MadaMada ยป
@madamada@snac.void.my

Let's colorized those logs!

A nifty tool called ccze can be used to lighten up those log files you tail all day..

FreeBSD pkg install ccze

Debian apt install ccze

Now just use it with the built-in log viewer..

FreeBSD

$ tail -F /var/log/daemon.log /var/log/auth.log /var/log/messages | ccze -A -o nolookups

Debian

$ journalctl -fen 15 | ccze -A -o nolookups

Happy monitoring :>

History