hv-ves ete fix warning 'Sending username and password in the clear' 24/96724/2
authormarekpl <marek.pondel@nokia.com>
Tue, 8 Oct 2019 14:06:26 +0000 (16:06 +0200)
committerMorgan Richomme <morgan.richomme@orange.com>
Thu, 9 Jan 2020 13:21:22 +0000 (13:21 +0000)
hv-ves ete fix warning 'Sending username and password in the clear'

Issue-ID: DCAEGEN2-565
Signed-off-by: marekpl <marek.pondel@nokia.com>
Change-Id: I1ad8bad12bfc68448f15306f9b38d5761019be5e

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 """