Decrease log level to debug for proxy-arp read 57/4857/1
authorMarek Gradzki <[email protected]>
Mon, 23 Jan 2017 08:04:43 +0000 (09:04 +0100)
committerMarek Gradzki <[email protected]>
Wed, 25 Jan 2017 09:16:09 +0000 (09:16 +0000)
Change-Id: I63f5615ea3ddeb924f6e6432587439ee585f6975
Signed-off-by: Marek Gradzki <[email protected]>
v3po/v3po2vpp/src/main/java/io/fd/hc2vpp/v3po/interfacesstate/ProxyArpCustomizer.java

index 028e8e0..551fa2b 100644 (file)
@@ -74,6 +74,6 @@ public class ProxyArpCustomizer extends FutureJVppCustomizer
         //TODO: VPP-225 Implement fully when VPP Proxy ARP read API is available + add initializing
         final InterfaceKey key = id.firstKeyOf(Interface.class);
         final int index = interfaceContext.getIndex(key.getName(), ctx.getMappingContext());
-        LOG.warn("Reading of ARP data not (yet) supported by VPP API");
+        LOG.debug("Reading of ARP data not (yet) supported by VPP API");
     }
 }