Skip to content

Commit

Permalink
Merge pull request #32 from jeffchao/master
Browse files Browse the repository at this point in the history
Reduce noise on Mesos reconciliation.
  • Loading branch information
jeffchao authored Jul 8, 2020
2 parents 15ae8a4 + 8941f26 commit 67b1ee3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ public void slaveLost(SchedulerDriver arg0, SlaveID arg1) {
@Override
public void statusUpdate(final SchedulerDriver arg0, TaskStatus arg1) {
Optional<WorkerId> workerIdO = WorkerId.fromId(arg1.getTaskId().getValue());
logger.info("Task status update: ({}) state: {}({}) - {}",
logger.debug("Task status update: ({}) state: {}({}) - {}",
arg1.getTaskId().getValue(),
arg1.getState(),
arg1.getState().getNumber(),
Expand Down

0 comments on commit 67b1ee3

Please sign in to comment.