Skip to content
Snippets Groups Projects
Commit beba3c9c authored by Lorenz Boguhn's avatar Lorenz Boguhn
Browse files

Remove debuging logging

parent 3f55dd54
No related branches found
No related tags found
4 merge requests!159Re-implementation of Theodolite with Kotlin/Quarkus,!157Update Graal Image in CI pipeline,!83WIP: Re-implementation of Theodolite with Kotlin/Quarkus,!78Resolve "Implement Quarkus/Kotlin protype"
......@@ -95,11 +95,7 @@ class UC1Benchmark(config: UC1BenchmarkConfig) : Benchmark(config) {
environmentVariables.put("NUM_SENSORS", load.get().toString())
environmentVariables.put("INSTANCES", requiredInstances.toString())
logger.info { this.config.toString() }
logger.info { this.wgDeployment.toString() }
this.deploymentManager.setWorkloadEnv(this.wgDeployment, "workload-generator", environmentVariables)
logger.info { this.wgDeployment.toString() }
this.deploymentManager.deploy(this.wgDeployment)
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment