add log
This commit is contained in:
parent
e7a85e5e00
commit
b015a3e8e2
12 changed files with 116 additions and 63 deletions
|
@ -6,9 +6,9 @@ repo: https://github.com/bensadeh/tailspin
|
|||
# tailspin
|
||||
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 works by reading through a [log file](../../dev/Log.md) 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.
|
||||
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](../../dev/Log.md) is in.
|
||||
|
||||
![Screenshot][Screenshot]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue