recommended (#2283)

Automatically submitted.
This commit is contained in:
Chris O'Haver
2018-11-09 15:32:43 -05:00
committed by corbot[bot]
parent 12e18a263f
commit cc82915f93

View File

@@ -34,7 +34,7 @@ Option `consolidate` allows collecting several error messages matching the regul
Multiple `consolidate` options with different **DURATION** and **REGEXP** are allowed. In case if some error message corresponds to several defined regular expressions the message will be associated with the first appropriate **REGEXP**.
For better performance, it's recomended to use the `^` or `$` metacharacters in regular expression when filtering error messages by prefix or suffix, e.g. `^failed to .*`, or `.* timeout$`.
For better performance, it's recommended to use the `^` or `$` metacharacters in regular expression when filtering error messages by prefix or suffix, e.g. `^failed to .*`, or `.* timeout$`.
## Examples