Skip to content

Commit

Permalink
Update basic.md
Browse files Browse the repository at this point in the history
  • Loading branch information
anna-geller committed Sep 12, 2024
1 parent e41496a commit bfef9ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/assets/documentations/basic.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ The following core properties are available in all tasks.
| `workerGroup` | The [group of workers](https://kestra.io/docs/enterprise/worker-group) that are eligible to execute the task; you can specify a `workerGroup.key` |
| `allowFailure` | A boolean flag allowing to continue the execution even if this task fails |
| `logLevel` | The level of log detail to be stored. |
| `logToFile` | A boolean that lets you store logs as a file in internal storage. That file can be previewed and downloaded from the Logs and Gantt Execution tabs. When set to true, logs aren’t saved in the database, useful for tasks generate a lot of logs that would otherwise take up too much space. The same property can be set on triggers. |
| `logToFile` | A boolean that lets you store logs as a file in internal storage. That file can be previewed and downloaded from the Logs and Gantt Execution tabs. When set to true, logs aren’t saved in the database, which is useful for tasks that produce a large amount of logs that would otherwise take up too much space. The same property can be set on triggers. |



Expand Down

0 comments on commit bfef9ba

Please sign in to comment.