Add BGPCEP logging configuration 05/8405/5
authorRobert Varga <rovarga@cisco.com>
Fri, 27 Jun 2014 12:23:10 +0000 (14:23 +0200)
committerRobert Varga <rovarga@cisco.com>
Thu, 3 Jul 2014 16:45:56 +0000 (18:45 +0200)
Change-Id: Ib8577f8d12737c6757dbbe6e60b82247a315ab43
Signed-off-by: Robert Varga <rovarga@cisco.com>
opendaylight/distribution/opendaylight/src/main/resources/configuration/logback.xml

index d1a5dcc416cc190dd3dabd80fdc5e8963a6af9a3..94a3702fdbc56d70073d593f6ed7b50a4a35d46a 100644 (file)
     <appender-ref ref="opendaylight.log"/>
   </logger>
 
+  <!-- BGPCEP plugin -->
+  <logger name="org.opendaylight.protocol" level="INFO"/>
+  <logger name="org.opendaylight.bgpcep" level="INFO"/>
+
   <!-- To debug MD-SAL schema loading issues, uncomment this -->
   <!--logger name="org.opendaylight.yangtools.yang.parser.impl.util.URLSchemaContextResolver" level="DEBUG"/>
   <logger name="org.opendaylight.yangtools.sal.binding.generator.impl.RuntimeGeneratedMappingServiceImpl" level="TRACE"/-->