Skip to content

Commit d45e4f7

Browse files
tknickmanstyfle
andauthored
Output logs docs update (#6005)
### Description Make the outputMode docs more clear Closes TURBO-1345 --------- Co-authored-by: Steven <steven@ceriously.com> Co-authored-by: Chris Olszewski <Chris Olszewski>
1 parent 6b7a8ce commit d45e4f7

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
| option | description |
2-
| ----------- | ---------------------------------------- |
3-
| full | This is the default. Displays all output |
4-
| hash-only | Show only the hashes of the tasks |
5-
| new-only | Only show output from cache misses |
6-
| errors-only | Only show output from task failures |
7-
| none | Hides all task output |
1+
| option | description |
2+
| ----------- | ----------------------------------- |
3+
| full | Displays all output (default) |
4+
| hash-only | Show only the hashes of the tasks |
5+
| new-only | Only show output from cache misses |
6+
| errors-only | Only show output from task failures |
7+
| none | Hides all task output |

docs/pages/repo/docs/reference/command-line-reference/run.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ Passing `--no-daemon` instructs `turbo` to avoid using or creating the standalon
269269

270270
`type: string`
271271

272-
Set type of output logging. Defaults to "outputMode" for the task in `turbo.json`.
272+
Set type of output logging. This will override [`outputMode`](/repo/docs/reference/configuration#outputmode) if defined in `turbo.json`.
273273

274274
<OuputModeTable />
275275

docs/pages/repo/docs/reference/configuration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ Specifying `[]` will cause the task to be rerun when any file in the workspace c
399399

400400
`type: "full" | "hash-only" | "new-only" | "errors-only" | "none"`
401401

402-
Set type of output logging.
402+
Set type of output logging. Can be overriden by the [`--output-logs`](/repo/docs/reference/command-line-reference/run#--output-logs) CLI option.
403403

404404
<OutputModeTable />
405405

0 commit comments

Comments
 (0)