Decrease verbosity in LCM logs associated to kafka_read

Change-Id: I8f4124adfd8aaf9be936b00234dfb2a89b517ead
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
diff --git a/osm_lcm/lcm.py b/osm_lcm/lcm.py
index 5982250..ba3ea7b 100644
--- a/osm_lcm/lcm.py
+++ b/osm_lcm/lcm.py
@@ -1083,11 +1083,6 @@
         )
         self.consecutive_errors = 0
         self.first_start = True
-        self.logger.info(
-            "Consecutive errors: {} first start: {}".format(
-                self.consecutive_errors, self.first_start
-            )
-        )
         while self.consecutive_errors < 10:
             try:
                 topics = (
@@ -1109,7 +1104,7 @@
                     "oka",
                     "ksu",
                 )
-                self.logger.info(
+                self.logger.debug(
                     "Consecutive errors: {} first start: {}".format(
                         self.consecutive_errors, self.first_start
                     )