Reduce logging in QuarantinedMonitorActor
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)
commit7dec5d4d059f53837b7c45ada681bb24337c7500
treeb874218032604ca01477d3ca111ce555b41fe934
parent10021e66812a67e19b90eee47d59bf61f69c9b66
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>
java/org/opendaylight/controller/cluster/common/actor/QuarantinedMonitorActor.java