Skip to content

Commit c6625ea

Browse files
committed
Add stderr-output to docs
1 parent e5da91d commit c6625ea

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,13 +217,17 @@ To return to the default standard output log level, write the following message:
217217
```
218218

219219

220-
The following service messages can be written directly to standard output which will be parsed by the server and the subsequent log lines written to standard error will be treated with the relevant log level. `stderr-progress` will cause error log lines to be written as `verbose` log lines.
220+
The following service messages can be written directly to standard output which will be parsed by the server and the subsequent log lines written to standard error will be treated with the relevant log level.
221221
```
222222
##octopus[stderr-ignore]
223223
##octopus[stderr-error]
224224
##octopus[stderr-progress]
225+
##octopus[stderr-output]
225226
```
226227

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).
230+
227231
To return to the default standard error log level, write the following message:
228232
```
229233
##octopus[stderr-default]

0 commit comments

Comments
 (0)