Reduce logging in QuarantinedMonitorActor 85/33185/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:43 +0000 (17:44 +0000)
commitd486f486b118640e67733ca9a4db51368e05cc37
tree46fe0a8d7ec37074e51364f4b52d978cf86e31a9
parent073b32d836bb401d0295171152097591a355cbb9
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