My Wiki!

Table of Contents

dmm-switch

cp openflowplugin/sample/learning-switch dmm/dmm-switch

update dmm-switch/pom.xml

  • parent is dmm/pom.xml
  • add dependency management in dmm/pom.xml

update dmm-features

  • add dmm-switch to features.xml
  • dependency?

Log Level

  log:set DEBUG org.opendaylight.openflowplugin.learningswitch.multi.LearningSwitchManagerMultiImpl 
  
  karaf@root> log:set LEVEL mypackage.subpackage

This will set the logging for that specific package to whatever the level you provide.

In Karaf 3.x, you can also filter for a specific package using the following command:

karaf@root> log:get mypackage.subpackage

Bundle

  bundle:list | grep bundle
  xx abdc
  bundle:watch xx
  

Navigation