Lower logger level in OF1.0 Discovery Service 60/5160/1
authorAlessandro Boch <aboch@cisco.com>
Fri, 7 Feb 2014 00:40:09 +0000 (16:40 -0800)
committerAlessandro Boch <aboch@cisco.com>
Fri, 7 Feb 2014 01:54:19 +0000 (17:54 -0800)
commitf6fa5e9c1c613feafdc654de23915432b3f1ddbc
tree4b3571ffbf033713adaee8494f41d2d5aa741bad
parentd8449a1f86faefa2166390853d5193f23ab8e0d5
Lower logger level in OF1.0 Discovery Service

- Discovery Service has a function to attempt to snoop
  non controller generated or malformed LLDP frames.
  The whole function block is in a try catch block,
  as exceptions are well expected.
  In case an exception is hit though, the function logs
  it as a warn.
- Change the log level to debug, do not print a stack trace,
  print the source MAC and the port on which it was received.

Change-Id: I82b459b16356b0a57934b3c26c993d20a2b53dc2
Signed-off-by: Alessandro Boch <aboch@cisco.com>
opendaylight/protocol_plugins/openflow/src/main/java/org/opendaylight/controller/protocol_plugin/openflow/internal/DiscoveryService.java