Path to this page:
Subject: CVS commit: pkgsrc/misc/tailspin
From: pin
Date: 2023-11-03 09:17:13
Message id: 20231103081713.21B36FA2B@cvs.NetBSD.org
Log Message:
misc/tailspin: import package
A log file highlighter.
tailspin works by reading through a log file line by line, running a series of
regexes against each line. The regexes recognize patterns like dates, numbers,
severity keywords and more.
tailspin does not make any assumptions on the format or position of the items
it wants to highlight. For this reason, it requires no configuration or setup
and will work predictably regardless of the format the log file is in.
Files: