Skip to content

Commit fbdc674

Browse files
committed
Reduce logging
1 parent 04a9789 commit fbdc674

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cluster/src/org/labkey/cluster/pipeline/AbstractClusterExecutionEngine.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ protected void updateJobStatus(@Nullable String status, ClusterJob j, @Nullable
516516
// Because it is possible for a prior submission to report a status, only update the PipelineJob itself if this is the latest submission.
517517
if (hasNewerSubmission)
518518
{
519-
_log.error("There is a newer submission for job: " + sf.getRowId() + ". Skipping update for cluster ID: " + j.getClusterId() + " in favor of " + mostRecent.getClusterId());
519+
//_log.info("There is a newer submission for job: " + sf.getRowId() + ". Skipping update for cluster ID: " + j.getClusterId() + " in favor of " + mostRecent.getClusterId());
520520
statusChanged = false;
521521
}
522522

0 commit comments

Comments
 (0)