Upgrade to influx_db_client@0.3.6

This commit is contained in:
Michael Vines
2018-10-30 19:32:10 -07:00
committed by Grimes
parent 333f658eb6
commit 74b4ecb7f3
2 changed files with 2 additions and 4 deletions

View File

@@ -48,9 +48,7 @@ impl InfluxDbMetricsWriter {
client.set_read_timeout(1 /*second*/);
client.set_write_timeout(1 /*second*/);
// TODO: Restore the next line once https://github.com/driftluo/InfluxDBClient-rs/pull/31
// is merged and published in the influxdb crate
//debug!("InfluxDB version: {:?}", client.get_version());
debug!("InfluxDB version: {:?}", client.get_version());
Some(client)
}
}