diff options
Diffstat (limited to 'plugin/errors/README.md')
-rw-r--r-- | plugin/errors/README.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugin/errors/README.md b/plugin/errors/README.md index 0cb0b375d..27ba1058a 100644 --- a/plugin/errors/README.md +++ b/plugin/errors/README.md @@ -22,10 +22,13 @@ Extra knobs are available with an expanded syntax: ~~~ errors { + stacktrace consolidate DURATION REGEXP [LEVEL] } ~~~ +Option `stacktrace` will log a stacktrace during panic recovery. + Option `consolidate` allows collecting several error messages matching the regular expression **REGEXP** during **DURATION**. After the **DURATION** since receiving the first such message, the consolidated message will be printed to standard output with log level, which is configurable by optional option **LEVEL**. Supported options for **LEVEL** option are `warning`,`error`,`info` and `debug`. ~~~ |