[sr-dev] git:master:a58e2f8b: kafka: delete some debug code

Vicente Hernando vhernando at systemonenoc.com
Mon Nov 4 18:01:43 CET 2019


Module: kamailio
Branch: master
Commit: a58e2f8bf7912f8c1d756cda346e0665edce9122
URL: https://github.com/kamailio/kamailio/commit/a58e2f8bf7912f8c1d756cda346e0665edce9122

Author: Vicente Hernando <vhernando at systemonenoc.com>
Committer: Vicente Hernando <vhernando at systemonenoc.com>
Date: 2019-10-30T22:33:13+01:00

kafka: delete some debug code

---

Modified: src/modules/kafka/kfk.c

---

Diff:  https://github.com/kamailio/kamailio/commit/a58e2f8bf7912f8c1d756cda346e0665edce9122.diff
Patch: https://github.com/kamailio/kamailio/commit/a58e2f8bf7912f8c1d756cda346e0665edce9122.patch

---

diff --git a/src/modules/kafka/kfk.c b/src/modules/kafka/kfk.c
index b942020e5f..b33dde7df5 100644
--- a/src/modules/kafka/kfk.c
+++ b/src/modules/kafka/kfk.c
@@ -233,24 +233,6 @@ int kfk_init(char *brokers)
 	 */
 	rk_conf = rd_kafka_conf_new();
 
-	/* Log level range 0-7  7 == LOG_DEBUG */
-	/* char *rk_log_level = "4"; */
-	/* if (rd_kafka_conf_set(rk_conf, "log_level", rk_log_level, */
-	/* 					  errstr, sizeof(errstr)) != RD_KAFKA_CONF_OK) { */
-	/* 	LM_ERR("Cannot set loglevel (%s): %s\n", rk_log_level, errstr); */
-	/* 	return -1; */
-	/* } */
-
-    /* char *debug_option = "all"; */
-	/* if (rd_kafka_conf_set(rk_conf, "debug", debug_option, */
-	/* 				      errstr, sizeof(errstr)) != */
-	/* 	RD_KAFKA_CONF_OK) { */
-	/* 	LM_ERR("Debug configuration failed: " */
-	/* 			"%s: %s\n", */
-	/* 			errstr, debug_option); */
-	/* 	return -1; */
-	/* } */
-
 	/* Set logger */
 	rd_kafka_conf_set_log_cb(rk_conf, kfk_logger);
 




More information about the sr-dev mailing list