Skip to content

Commit

Permalink
don't need to log full deploy history, will be logged by mysql error
Browse files Browse the repository at this point in the history
  • Loading branch information
ssalinas committed Sep 15, 2016
1 parent 4c0a0ba commit 161f381
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ protected boolean moveToHistory(SingularityDeployHistory deployHistory) {
try {
historyManager.saveDeployHistory(deployHistory);
} catch (Throwable t) {
LOG.warn("Failed to persist deploy {} history ({})", SingularityDeployKey.fromDeployMarker(deployHistory.getDeployMarker()), deployHistory, t);
LOG.warn("Failed to persist deploy {}", SingularityDeployKey.fromDeployMarker(deployHistory.getDeployMarker()), t);
return false;
}

Expand Down

0 comments on commit 161f381

Please sign in to comment.