aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugin/errors/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/errors/README.md b/plugin/errors/README.md
index 756be6883..0cb0b375d 100644
--- a/plugin/errors/README.md
+++ b/plugin/errors/README.md
@@ -55,7 +55,7 @@ and errors with prefix "Failed to " as errors.
. {
forward . 8.8.8.8
errors {
- consolidate 5m ".* i/o timeout$" warn
+ consolidate 5m ".* i/o timeout$" warning
consolidate 30s "^Failed to .+"
}
}