Enabled classes not in org.opendaylight.controller package to output log.
[controller.git] / opendaylight / distribution / opendaylight / src / main / resources / configuration / logback.xml
index de0a3bcd19e990c0287338d0b5e3b1fbe8696c1b..50a87fb568c54ec8e6f6d4e7895c793386d46cf9 100644 (file)
@@ -34,6 +34,9 @@
   </root>
 
   <!--  Base log level  -->
+  <logger name="org.opendaylight" level="INFO"/>
+
+  <!-- Controller log level -->
   <logger name="org.opendaylight.controller" level="INFO"/>
 
   <!-- OSGi logging bridge -->
@@ -69,4 +72,4 @@
   <logger name="audit" level="INFO" additivity="false">
        <appender-ref ref="audit-file"/>
   </logger>
-</configuration>
\ No newline at end of file
+</configuration>