Skip to content

Commit 9e2f752

Browse files
committed
Documenting stream-stdX params
1 parent 516e8ec commit 9e2f752

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

content/en/docs/measuring/usage-scenario.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,12 @@ services:
135135
- `log-stderr:` **[boolean]** *(optional, default: `true`)*
136136
+ Will log the *stderr* of the container and make it available through the frontend in the *Logs* tab and in error messages.
137137
+ Please see the [Best Practices →]({{< relref "best-practices" >}}) for when to disable the logging.
138+
- `stream-stdout:` **[boolean]** *(optional, default: `false`)*
139+
+ Will stream the *stdout* directly to the attached output stream. The typical use-case for this is if you are developing locally and start the GMT in a tty.
140+
+ If output is streamed it will not be logged.
141+
- `stream-stderr:` **[boolean]** *(optional, default: `false`)*
142+
+ Will stream the *stderr* directly to the attached output stream. The typical use-case for this is if you are developing locally and start the GMT in a tty.
143+
+ If output is streamed it will not be logged.
138144
- `read-notes-stdout:` **[bool]** *(optional)*
139145
+ Read notes from *stdout* of the container.
140146
+ Most likely you do not need this, as it also requires customization of your application (writing of a log message in a specific format). It may be helpful if your application has asynchronous operations and you want to know when they have finished. In most cases, it is more appropriate to read the notes from the command's *stdout* in your flow (see below).

0 commit comments

Comments
 (0)