We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7b4c3e1 + b366cf4 commit 4b7a10eCopy full SHA for 4b7a10e
2 files changed
src/consumer.cpp
@@ -70,7 +70,6 @@ Consumer::Consumer(Configuration config)
70
}
71
rd_kafka_poll_set_consumer(ptr);
72
set_handle(ptr);
73
- set_log_level(LogLevel::LogErr);
74
75
76
Consumer::~Consumer() {
src/producer.cpp
@@ -53,7 +53,6 @@ Producer::Producer(Configuration config)
53
throw Exception("Failed to create producer handle: " + string(error_buffer));
54
55
56
57
58
59
void Producer::set_payload_policy(PayloadPolicy policy) {
0 commit comments