BFD logging
[netvirt.git] / bgpmanager / impl / src / main / java / org / opendaylight / netvirt / bgpmanager / oam / BgpCounters.java
index 36fde58d44e46139c3f94f728f82f151c8ddc23b..8f758f980afb28d0bf5fcd3b9ca64a85bc820583 100644 (file)
@@ -165,11 +165,11 @@ public class BgpCounters implements Runnable, AutoCloseable {
             // Store in the file
             toFile.write(sb.toString().trim());
         } catch (UnknownHostException e) {
-            LOG.error("Unknown host {}", bgpSdncMip, e);
+            LOG.info("Unknown host exception occured while socket creation {} ", bgpSdncMip);
         } catch (SocketTimeoutException e) {
-            LOG.error("Socket timeout", e);
+            LOG.info("Socket timeout Exception occured while socket creation");
         } catch (IOException e) {
-            LOG.error("I/O error", e);
+            LOG.info("I/O exception occured while socket creation");
         }
     }