Skip to content

Commit b2fc924

Browse files
committed
docs: adding documentation for logJobs
1 parent b787e85 commit b2fc924

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/oJob.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,8 @@ This is where you set specific settings on how the ojob should run. Here is a li
277277
| logArgs | _boolean_ | _If true the arguments provided to each job execution will be logged (defaults to false)._ |
278278
| logToConsole | _boolean_ | _If false ojob logging won't be output to the console (defaults to true)._ |
279279
| logLimit | _number_ | _The number of internal execution logs per job that should be kept (default to 100)._ |
280-
| unique | _boolean_ | _Map to ensure that only one instance of ojob runs. The map can define pidFile (defaults to ojob.pid) and killPrevious (defaults to false)._ |
280+
| logJobs | _boolean_ | _If false no job start, end or error will be logged. (default to true)._ |
281+
| unique | _map_ | _Map to ensure that only one instance of ojob runs. The map can define pidFile (defaults to ojob.pid) and killPrevious (defaults to false)._ |
281282
| sequential | _boolean_ | _If true each todo entry will be executed only when the previous has ended it's execution. Otherwise it will try to execute in parallel._ |
282283
| daemon | _boolean_ | _If true the ojob will behave like a daemon. It will only exit if the process is killed or if executed with the arguments stop, forcestop or restart._ |
283284
| numThreads | _number_ | _Force the maximum number of threads to use. If not defined it will try to automatically assess an ideal number of threads to use._ |

0 commit comments

Comments
 (0)