File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
pages/repo/docs/reference Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 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 |
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments