去除中文注释
This commit is contained in:
@@ -103,7 +103,7 @@ struct kni_send_logger* kni_send_logger_init(const char *profile, void *local_lo
|
||||
section, sendlog_switch, kafka_topic, kafka_brokerlist);
|
||||
handle = ALLOC(struct kni_send_logger, 1);
|
||||
handle->local_logger = local_logger;
|
||||
//sendlog_switch = 0, 不发送日志给kafka
|
||||
//sendlog_switch = 0, do not sendto kafka
|
||||
if(sendlog_switch == 0){
|
||||
handle->sendlog_switch = 0;
|
||||
return handle;
|
||||
|
||||
Reference in New Issue
Block a user