add error log

This commit is contained in:
LinkLeong
2022-12-07 03:56:35 +00:00
parent 6b1d67efb1
commit 8c960524e0
+1
View File
@@ -70,4 +70,5 @@ func EventListen() {
// logger.Info("info", zap.Any("写入信息", string(output)))
}
}
logger.Error("error when try to connect to message bus")
}