|
@@ -43,7 +43,7 @@ public class InfluxDbUtil {
|
|
|
influxDb.write(point);
|
|
|
return true;
|
|
|
} catch (Exception e) {
|
|
|
- log.error("插入InfluxDB失败", e);
|
|
|
+ log.error("插入InfluxDb失败", e);
|
|
|
return false;
|
|
|
}
|
|
|
}
|
|
@@ -59,7 +59,7 @@ public class InfluxDbUtil {
|
|
|
influxDb.write(points);
|
|
|
return true;
|
|
|
} catch (Exception e) {
|
|
|
- log.error("插入InfluxDB失败", e);
|
|
|
+ log.error("插入InfluxDb失败", e);
|
|
|
return false;
|
|
|
}
|
|
|
}
|