Demote log level
This commit is contained in:
parent
cfb3736372
commit
94d015b089
|
@ -57,7 +57,7 @@ impl InfluxDbMetricsWriter {
|
|||
impl MetricsWriter for InfluxDbMetricsWriter {
|
||||
fn write(&self, points: Vec<influxdb::Point>) {
|
||||
if let Some(ref client) = self.client {
|
||||
info!("submitting {} points", points.len());
|
||||
debug!("submitting {} points", points.len());
|
||||
if let Err(err) = client.write_points(
|
||||
influxdb::Points { point: points },
|
||||
Some(influxdb::Precision::Milliseconds),
|
||||
|
|
Loading…
Reference in New Issue