File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 99
1010A command-line utility for diff'ing log files.
1111
12- Quickly find diffing lines in all kinds of logs,
13- namely build/CI logs, server/container logs or any such.
14- Figure out _ why exactly_ the shit is failing quickly .
12+ Quickly find ** difference lines** in ** all kinds of logs** ,
13+ namely build/CI logs, server/container logs, or any similar such.
14+ Figure out quickly ** what changed ** and _ why exactly_ the shit is failing.
1515
16- The script works by replacing common stochastic string [ patterns] ,
16+ The script works by simply replacing common stochastic string [ patterns] ,
1717such as datetime timestamps, download speeds, temporary files,
18- HTTP header values, UUIDs, hash digests etc., with known fixed
18+ HTTP header values, UUIDs, hash digests etc. with known fixed
1919values that a tool such as ` diff ` can then easily skip.
2020
2121[ patterns ] : https://github.com/kernc/diff-logs/blob/master/diff-logs.py
You can’t perform that action at this time.
0 commit comments