hv-ves ete fix warning 'Sending username and password in the clear'
[testsuite/python-testing-utils.git] / robotframework-onap / ONAPLibrary / KafkaKeywords.py
index 329729b..b52d25a 100644 (file)
@@ -18,7 +18,9 @@ from kafka import TopicPartition
 import ssl
 from robot.api.deco import keyword
 from robot import utils
+import logging
 
+logging.getLogger("kafka").setLevel(logging.CRITICAL)
 
 class KafkaKeywords(object):
     """ Utilities useful for Kafka consuming and producing """