Skip to content

Commit

Permalink
Revert log level of 'Saw local status' error
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmulcahy committed Nov 12, 2020
1 parent 26f9b8c commit 336ee2b
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1349,11 +1349,7 @@ public String getId() {

@Override
public void notify(StatusChangeEvent statusChangeEvent) {
if (statusChangeEvent.getStatus() == InstanceStatus.DOWN) {
logger.error("Saw local status change event {}", statusChangeEvent);
} else {
logger.info("Saw local status change event {}", statusChangeEvent);
}
logger.info("Saw local status change event {}", statusChangeEvent);
instanceInfoReplicator.onDemandUpdate();
}
};
Expand Down

0 comments on commit 336ee2b

Please sign in to comment.