Skip to content

Commit

Permalink
add log message
Browse files Browse the repository at this point in the history
  • Loading branch information
awegrzyn committed Nov 10, 2023
1 parent 2a7d087 commit 278c774
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/12-KafkaToInfluxDb.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ int main(int argc, char* argv[])
if (run > 1) {
influxdbBackend->sendWithRun(metric, stateChange.envinfo().environmentid(), std::to_string(run));
if (vm.count("influxdb-orgid")) {
MonLogger::Get() << "Request sent to create bucket " << stateChange.envinfo().runnumber() << " on " << vm["influxdb-url"].as<std::string>() << MonLogger::End();
influxBucketApi->send(getCreateBucketBody(vm["influxdb-orgid"].as<std::string>(), stateChange.envinfo().runnumber()));
}
}
Expand Down

0 comments on commit 278c774

Please sign in to comment.