Skip to content

Commit 3ee1d63

Browse files
committed
Add version requirement
1 parent c783ab6 commit 3ee1d63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/docs/deployments/custom-scripts/logging-messages-in-scripts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ The following service messages can be written directly to standard output which
226226
```
227227

228228
- `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).
229+
- `stderr-output` will cause error log lines to be written as `info` log lines (standard output). Requires version `2025.3`.
230230

231231
To return to the default standard error log level, write the following message:
232232
```

0 commit comments

Comments
 (0)