Reduce logging in QuarantinedMonitorActor 93/33193/2
authorTom Pantelis <tpanteli@brocade.com>
Wed, 20 Jan 2016 19:01:41 +0000 (14:01 -0500)
committerGerrit Code Review <gerrit@opendaylight.org>
Thu, 21 Jan 2016 17:44:50 +0000 (17:44 +0000)
commit2cdbf66fc2521ad3b60dea4838260dd4840e1eaf
treeef84f915328103bf7fe340c4431f93ec138bc155
parent5ea3074191419f1e464528e27dd2926ca6d31b82
Reduce logging in QuarantinedMonitorActor

The QuarantinedMonitorActor logs every AssociationErrorEvent as warn
which causes a lot of output when a peer node is down as akka raises a
conneciton-refused event every 5 sec until it re-connects. Since we're
only interested in the specific quarantined event, which is logged at
warn, other events should log to debug to avoid the noise.

Change-Id: I26ab7db9a71d137ae3227409d6dcbf39675c6ec9
Signed-off-by: Tom Pantelis <tpanteli@brocade.com>
opendaylight/md-sal/sal-clustering-commons/src/main/java/org/opendaylight/controller/cluster/common/actor/QuarantinedMonitorActor.java