mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-cppkafka.git
synced 2025-12-26 23:16:59 +00:00
Remove setting log level in the constructor
This commit is contained in:
@@ -70,7 +70,6 @@ Consumer::Consumer(Configuration config)
|
||||
}
|
||||
rd_kafka_poll_set_consumer(ptr);
|
||||
set_handle(ptr);
|
||||
set_log_level(LogLevel::LogErr);
|
||||
}
|
||||
|
||||
Consumer::~Consumer() {
|
||||
|
||||
Reference in New Issue
Block a user