From b65479a677cb0d9bc2c4ad1efab1a8fda8e07655 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Mon, 26 Oct 2020 17:57:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Kafka/Kafka.php | 1 - 1 file changed, 1 deletion(-) diff --git a/Kafka/Kafka.php b/Kafka/Kafka.php index bc2faa2c..88f6c7bc 100644 --- a/Kafka/Kafka.php +++ b/Kafka/Kafka.php @@ -57,7 +57,6 @@ class Kafka extends \Snowflake\Process\Process $this->channelListener(); [$config, $conf] = $this->kafkaConfig(); $objRdKafka = new \RdKafka\Consumer($config); - $objRdKafka->setLogLevel(LOG_DEBUG); $objRdKafka->addBrokers("localhost:9092"); $consumer = $objRdKafka->newTopic('test');