Commit ad16b27c authored by zhoushiguang's avatar zhoushiguang

日志屏蔽

parent 876625de
......@@ -189,7 +189,7 @@ public class ConsumerHandler implements KafkaListenerErrorHandler {
String redisKey = "line_congestion_sink";
log.info("消费干线指标信息:{}",redisElement);
// log.info("消费干线指标信息:{}",redisElement);
redisUtils.addToSortedSetWithExpiry(redisKey, redisElement, TTL_IN_MILLIS);
} catch (Exception e) {
log.error("Kafka收到路口事件数据异常", e);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment