From 45428b26099c5cd3c7558c3d39319531d657cd23 Mon Sep 17 00:00:00 2001 From: amichelo <andrea.michelotti@lnf.infn.it> Date: Wed, 12 Apr 2023 22:10:31 +0200 Subject: [PATCH] poll time print --- .../object_storage/influxDB/InfluxDBLogStorageDriver.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChaosMetadataService/object_storage/influxDB/InfluxDBLogStorageDriver.cpp b/ChaosMetadataService/object_storage/influxDB/InfluxDBLogStorageDriver.cpp index 05c3b7798..1a4778ffe 100644 --- a/ChaosMetadataService/object_storage/influxDB/InfluxDBLogStorageDriver.cpp +++ b/ChaosMetadataService/object_storage/influxDB/InfluxDBLogStorageDriver.cpp @@ -113,7 +113,7 @@ void InfluxDBLogStorageDriver::init(void *init_data) { //influxdb_t asyncdb = influxdb_t( new influxdb::async_api::simple_db(url_list[0], database)); // asyncdb->with_authentication(user,password); - DBG<<"server:"<<servername<<"\nport:"<<port<<"\ndatabase:"<<database<<"\nuser:"<<user<<"\npassw:"<<password<<" retention:"<<exptime<<" path:"<<funcpath<<" max_measures:"<<si.max_mesurements<<" poll time(ms):"<<si.max_time_ms<<" max array size:"<<si.max_array_size; + DBG<<"server:"<<servername<<"\nport:"<<port<<"\ndatabase:"<<database<<"\nuser:"<<user<<"\npassw:"<<password<<" retention:"<<exptime<<" path:"<<funcpath<<" max_measures:"<<si.max_mesurements<<" max push time(ms):"<<si.max_time_ms<<" poll time(ms):"<<si.poll_time_ms<<" max array size:"<<si.max_array_size; //register the data access implementations std::string resp; int ret; -- GitLab