Disabled logging bridge in ad-sal features. 88/18488/1
authorTony Tkacik <ttkacik@cisco.com>
Thu, 16 Apr 2015 21:12:08 +0000 (23:12 +0200)
committerTony Tkacik <ttkacik@cisco.com>
Thu, 16 Apr 2015 21:12:11 +0000 (23:12 +0200)
With Karaf 3.0.3 in place AD-SAL logging-bridge
created loop in logs, which polluted logs
with exponential prepending of prefix to
log messages.

During SingleFeatureTest run these logs
creates around 400MB of repeated log message
without any meaning.

Change-Id: I8896956c7a377eaf3139ba64bb70ce46a31e6ea3
Signed-off-by: Tony Tkacik <ttkacik@cisco.com>
opendaylight/adsal/features/adsal/src/main/resources/features.xml

index a665657ba7bb5130a54c10964dc643e6fb50792e..397a05e10bf4c4a920f07326ca142c2660eb3b42 100644 (file)
@@ -43,6 +43,8 @@
       <bundle>mvn:org.opendaylight.controller/configuration.implementation/${configuration.implementation.version}</bundle>
    </feature>
    <feature name="odl-adsal-thirdparty" description="OpenDaylight :: AD-SAL :: Third-Party Depenencies" version="${project.version}">
       <bundle>mvn:org.opendaylight.controller/configuration.implementation/${configuration.implementation.version}</bundle>
    </feature>
    <feature name="odl-adsal-thirdparty" description="OpenDaylight :: AD-SAL :: Third-Party Depenencies" version="${project.version}">
-      <bundle>mvn:org.opendaylight.controller/logging.bridge/${logging.bridge.version}</bundle>
+      <!-- Removed out - causes loop in loggers which polutes logs expotencially
+         <bundle>mvn:org.opendaylight.controller/logging.bridge/${logging.bridge.version}</bundle>
+       -->
    </feature>
 </features>
    </feature>
 </features>