acaff76dbfc923c328ac3e5c6c49765f41097a2b
[logcheck] / logcheck.whitelist
1 # ignore entries that match, match is when part of whitelisted string is in actual parsed line of logfile
2 #
3 # examples:
4 # "this entry" 
5 # would match to lines containing "this entry", but not to lines containing "this is an entry"
6 # to match this you will need regular expressions like
7 # "this(.)*entry"
8 # this matches to both examples...
9 # BE CAREFIL WHEN USING REGEX, OFTEN YOU MAY COVER MORE THAN EXPECTED!!
10 # in normal textlines without regex you will need to mask characters like \ or .
11 #
12