From: Tom Pantelis Date: Wed, 8 Jun 2016 07:30:33 +0000 (-0400) Subject: Debug logging in AbstractLeader is too chatty X-Git-Tag: release/boron~135 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=b2f6cabb2d2b96bf334788f106cfee0ceb5feff1;hp=b2f6cabb2d2b96bf334788f106cfee0ceb5feff1 Debug logging in AbstractLeader is too chatty The additional debug logging added with https://git.opendaylight.org/gerrit/#/c/39796/ makes it too chatty with heartbeats when nothing changed which will roll-over log files much more quickly. Changed a debug to trace. Change-Id: I4c204c6d0734d6ac8655380adcc2df09cb2890ae Signed-off-by: Tom Pantelis ---