How can we print the NetConf logs or logs for NetConf plugin? #opendaylight


Satoshi Fujii
 

Hi,

You can set log level from karaf console.

  1. run bin/client
  2. log:set DEBUG org.opendaylight.netconf

then debug logs from netconf related bundles will be output to karaf.log .

Best Regards,
Satoshi


mohit1992gupta@...
 

For debugging purpose, we would like turn on the ODL NetConf plugin logs.
Can anyone suggest me on this?