Reduce log level in FeatureConfigPusher to eliminate noise 84/66584/4
authorTom Pantelis <tompantelis@gmail.com>
Mon, 18 Dec 2017 21:40:25 +0000 (16:40 -0500)
committerRobert Varga <nite@hq.sk>
Mon, 15 Jan 2018 12:58:22 +0000 (12:58 +0000)
commitcca9b9b6e0ace6556dc3003ef69bdd29328c43f7
tree5cf57585ea1cd9a45b6525f39739b8abd3c48911
parent0c8b6461924eef198c1e2d410554b3a0a138b9b7
Reduce log level in FeatureConfigPusher to eliminate noise

With the upgrade to karaf 4.1.3, we're seeing a lot of these log
messages:

2017-12-18T15:56:14,593 | INFO  | ConfigFeatureListener - ConfigPusher | FeatureConfigPusher              | 72 - config-persister-feature-adapter - 0.8.0.SNAPSHOT | Karaf Feature Service has not yet finished installing feature wrap/0.0.0 (retry 78)

03:16:08.712 [ConfigFeatureListener - ConfigPusher] ERROR
org.opendaylight.controller.configpusherfeature.internal.FeatureConfigPusher
 - Giving up (after 100 retries) on Karaf featuresService.listInstalledFeatures()
   which has not yet finished installing feature *wrap* 0.0.0

They only occur for system features "jaas-boot" and "wrap". Reduce them to debug.

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