Skip to content

Commit c5b8ff0

Browse files
committed
Remove DEBUG from kafka::clients::Config
1 parent 71c6a9e commit c5b8ff0

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

include/kafka/ClientConfig.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,6 @@ class Config: public Properties
7171
*/
7272
static const constexpr char* LOG_LEVEL = "log_level";
7373

74-
/**
75-
* A comma-separated list of debug contexts to enable.
76-
*/
77-
static const constexpr char* DEBUG = "debug";
78-
7974
/**
8075
* Timeout for network requests.
8176
* Default value: 60000

0 commit comments

Comments
 (0)