Reduce missing feature warning to debug 01/42801/2
authorTom Pantelis <tpanteli@brocade.com>
Fri, 29 Jul 2016 19:37:35 +0000 (15:37 -0400)
committerTom Pantelis <tpanteli@brocade.com>
Mon, 1 Aug 2016 11:33:34 +0000 (11:33 +0000)
commit92f2f20ea21e4e92d6407cd687d7dc34854e330a
tree186c48251fda632a5ba607561fec20635e0f4deb
parent1a306f228ccbdbb6c5d302a1f8e24e5f4de4f0e0
Reduce missing feature warning to debug

Many warn messages are emmitted for the "startup" feature:

  Feature: startup, 0.0.0 is missing from features service. Skipping

It seems this is an internal karaf feature and can't be retrieved. This
warning has been seen for other system features in the past. Since the
FeatureConfigPusher is only interested in ODL bundles for the purpose of
pushing CSS modules and since this warning has always been benign, I reduced
the log to debug to avoid the many warnings on startup.

Change-Id: Iad00acccfd0eabd55acb02493e689879e29646f0
Signed-off-by: Tom Pantelis <tpanteli@brocade.com>
opendaylight/config/config-persister-feature-adapter/src/main/java/org/opendaylight/controller/configpusherfeature/internal/FeatureConfigPusher.java