Reduce informations from logging.bridge 85/4685/1
authorGiovanni Meo <gmeo@cisco.com>
Fri, 24 Jan 2014 08:53:03 +0000 (09:53 +0100)
committerGiovanni Meo <gmeo@cisco.com>
Fri, 24 Jan 2014 08:53:03 +0000 (09:53 +0100)
Logging bridge maps 1-1 the log level from OSGi logging service to
slf4j. By design the OSGi framework set al INFO level all the modules
start and stop, which by pure chance, is also inline with our
guideline. Even though the compliance is satisfied there is a
usability issue because the console is flooded with many start stop
events given there are many bundles hence setting to WARN level the
log level for logging.bridge

Change-Id: I0dc484c49bd5966ad7dcdc01d55b9c28cfcf8217
Signed-off-by: Giovanni Meo <gmeo@cisco.com>
opendaylight/distribution/opendaylight/src/main/resources/configuration/logback.xml

index 61d274d80c22daf91dd28fe6cf8b9c7138fb7c41..a24a507840d2b259638043b9f19b82d2bf8a99a2 100644 (file)
@@ -41,7 +41,7 @@
   <logger name="org.opendaylight.controller" level="INFO"/>
 
   <!-- OSGi logging bridge -->
   <logger name="org.opendaylight.controller" level="INFO"/>
 
   <!-- OSGi logging bridge -->
-  <logger name="org.opendaylight.controller.logging.bridge" level="INFO"/>
+  <logger name="org.opendaylight.controller.logging.bridge" level="WARN"/>
   <logger name="org.opendaylight.controller.logging.bridge.internal" level="WARN"/>
 
   <!-- Netty -->
   <logger name="org.opendaylight.controller.logging.bridge.internal" level="WARN"/>
 
   <!-- Netty -->