print the task options in the logs
This commit is contained in:
+1
-1
@@ -145,7 +145,7 @@ function startTask(id, options, callback) {
|
||||
assert.strictEqual(typeof callback, 'function');
|
||||
|
||||
const logFile = options.logFile || `${paths.TASKS_LOG_DIR}/${id}.log`;
|
||||
debug(`startTask - starting task ${id}. logs at ${logFile}`);
|
||||
debug(`startTask - starting task ${id} with options ${JSON.stringify(options)}. logs at ${logFile}`);
|
||||
|
||||
let killTimerId = null, timedOut = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user