ccze
ccze copied to clipboard
ccze
It would be nice if `ccze` had a plugin to also highlight diff files. It should be pretty easy to make, just scan for lines that start with `+` or...
Hi, would be very nice to have a plugin to colorize apparmor logs. Or better, a way to make script to colorize what we want.
Some log files are using by default numeric timestamps which are of zero value to humans. it would be great if ccze would transform them to readable form. Example from...
sudo tail -f /var/log/syslog | ccze -A | cat Does not output anyline. While sudo tail -f -n 100 /var/log/syslog | ccze -A | cat Does output some lines and...
http://bonehunter.rulez.org/CCZE.html is stale link and should be replaced
I have been searching the web but found no info about how to create and use custom cssfile. I am particularly interested in changing the colors of lines containing errors...
I have changed the formatting of timestamps to use the local timezone. This fixes: #5
httpd does not do have a fixed log format, it has various logging formats which most administrators customize and morph. It would be more appropriate to instead match for common...
Currently, timestamps in e.g. Squid-Cache logs are converted to human-readable format without taking into account the local timezone. Please modify this using e.g. localtime to show the time in the...
Thanks for a great repo. Just dropping by to let you know I couldn't install with brew today. `Error: ccze has been disabled because it has an archived upstream repository!`