diff options
author | Daniel <kingdread@gmx.de> | 2020-05-04 12:24:24 +0200 |
---|---|---|
committer | Daniel <kingdread@gmx.de> | 2020-05-04 12:24:24 +0200 |
commit | 17e27776ea152509e1095bbf80f5af65bc7a7997 (patch) | |
tree | 054f71f588a617fd4f0af5ceaf2cc08d401c89b1 /raidgrep.1.asciidoc | |
parent | 5aa264ca62efc17e3d55af616aa752c1d24573a2 (diff) | |
download | raidgrep-17e27776ea152509e1095bbf80f5af65bc7a7997.tar.gz raidgrep-17e27776ea152509e1095bbf80f5af65bc7a7997.tar.bz2 raidgrep-17e27776ea152509e1095bbf80f5af65bc7a7997.zip |
Add a -log-before & -log-after predicate
With the file name heuristic for -before and -after in place, we might
want a way for the user to disable it. For now, we simply do this by
providing a new set of predicates without the filter.
In the future, we might have a --disable-heuristics switch to disable
the heuristics, in case we ever add more.
Diffstat (limited to 'raidgrep.1.asciidoc')
-rw-r--r-- | raidgrep.1.asciidoc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/raidgrep.1.asciidoc b/raidgrep.1.asciidoc index 65b5d18..78dcf78 100644 --- a/raidgrep.1.asciidoc +++ b/raidgrep.1.asciidoc @@ -96,6 +96,14 @@ Those predicates can be used as-is in the filter: Include logs made after the given date. See *-before* for valid date formats. +*-log-before* 'DATE', *-log-after* 'DATE':: + Same as *-before* and *-after*, but does not use file name heuristics to + filter the date. + + + + This can fix wrong results in case you renamed files, but it comes at the + cost of worse runtime performance. You should always use *-before*/*-after* + when possible! + *-boss* 'BOSSES':: Include logs from the given bosses. See below for a list of valid boss names. Names can also be comma separated. |