Skip to content

Commit 356533c

Browse files
committed
docs: warn about exit with fatal level in on-unmatched
Signed-off-by: Brian McGee <[email protected]>
1 parent f976ee4 commit 356533c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: docs/content/getting-started/configure.md

+4
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,10 @@ Ignore the evaluation cache entirely. Useful for CI.
231231
Log paths that did not match any formatters at the specified log level.
232232
Possible values are `<debug|info|warn|error|fatal>`.
233233

234+
!!! warning
235+
236+
If you select `fatal`, the process will exit immediately with a non-zero exit.
237+
234238
=== "Flag"
235239

236240
```console

0 commit comments

Comments
 (0)