From 2d4d12b225e6a40fcc31ec110603e385ab685615 Mon Sep 17 00:00:00 2001 From: Giovanni Meo Date: Fri, 24 Jan 2014 09:53:03 +0100 Subject: [PATCH] Reduce informations from logging.bridge 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 --- .../opendaylight/src/main/resources/configuration/logback.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opendaylight/distribution/opendaylight/src/main/resources/configuration/logback.xml b/opendaylight/distribution/opendaylight/src/main/resources/configuration/logback.xml index 61d274d80c..a24a507840 100644 --- a/opendaylight/distribution/opendaylight/src/main/resources/configuration/logback.xml +++ b/opendaylight/distribution/opendaylight/src/main/resources/configuration/logback.xml @@ -41,7 +41,7 @@ - + -- 2.36.6