3.0 基础版本

This commit is contained in:
qidaijie
2019-11-06 14:23:40 +08:00
parent 7608678acf
commit 7122a40f33
21 changed files with 1003 additions and 105 deletions

View File

@@ -60,7 +60,7 @@ public class NtcLogSendBolt extends BaseBasicBolt {
}
}
} catch (Exception e) {
logger.error("日志发送Kafka过程出现异常 ", e);
logger.error("日志发送Kafka过程出现异常");
e.printStackTrace();
}
}