Skip to content

Commit

Permalink
Demote azure batch task status log level to trace (#5416) [ci skip]
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Sherman <[email protected]>
  • Loading branch information
bentsherman authored Oct 21, 2024
1 parent 7f39e6e commit d6c684b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ class AzBatchTaskHandler extends TaskHandler implements FusionAwareTask {
// note, include complete status otherwise it hangs if the task
// completes before reaching this check
final running = state==BatchTaskState.RUNNING || state==BatchTaskState.COMPLETED
log.debug "[AZURE BATCH] Task status $task.name taskId=$taskKey; running=$running"
log.trace "[AZURE BATCH] Task status $task.name taskId=$taskKey; running=$running"
if( running )
this.status = TaskStatus.RUNNING
return running
Expand Down

0 comments on commit d6c684b

Please sign in to comment.