From 356533c9bc4d54d8e8959cc9c8d54ebed6d2a76f Mon Sep 17 00:00:00 2001 From: Brian McGee Date: Sat, 9 Nov 2024 16:05:21 +0000 Subject: [PATCH] docs: warn about exit with fatal level in on-unmatched Signed-off-by: Brian McGee --- docs/content/getting-started/configure.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/content/getting-started/configure.md b/docs/content/getting-started/configure.md index e1b3383a..efc8f2b5 100644 --- a/docs/content/getting-started/configure.md +++ b/docs/content/getting-started/configure.md @@ -231,6 +231,10 @@ Ignore the evaluation cache entirely. Useful for CI. Log paths that did not match any formatters at the specified log level. Possible values are ``. +!!! warning + + If you select `fatal`, the process will exit immediately with a non-zero exit. + === "Flag" ```console