We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c783ab6 commit 3ee1d63Copy full SHA for 3ee1d63
src/pages/docs/deployments/custom-scripts/logging-messages-in-scripts.md
@@ -226,7 +226,7 @@ The following service messages can be written directly to standard output which
226
```
227
228
- `stderr-progress` will cause error log lines to be written as `verbose` log lines.
229
-- `stderr-output` will cause error log lines to be written as `info` log lines (standard output).
+- `stderr-output` will cause error log lines to be written as `info` log lines (standard output). Requires version `2025.3`.
230
231
To return to the default standard error log level, write the following message:
232
0 commit comments