diff --git a/src/data/markdown/translated-guides/en/02 Using k6/05 Options.md b/src/data/markdown/translated-guides/en/02 Using k6/05 Options.md index 01e89a0a0a..28b0f0cf43 100644 --- a/src/data/markdown/translated-guides/en/02 Using k6/05 Options.md +++ b/src/data/markdown/translated-guides/en/02 Using k6/05 Options.md @@ -761,7 +761,7 @@ A valid file path is the unique mandatory field, the other optional fields liste | key | description | default value | | --- | ----------- | ------------- | -| level | the minimal level of a message to write | all | +| level | the minimal level of a message to write out of (in ascending order): trace, debug, info, warning, error, fatal, panic | trace | ## LogFormat