diff --git a/theodolite/src/main/kotlin/theodolite/execution/operator/TheodoliteController.kt b/theodolite/src/main/kotlin/theodolite/execution/operator/TheodoliteController.kt index c7e56d974d75bd3d6a55ff5ea3725c30c0ec1ecc..f066c01024fef98fc3e6e2070b0ed98235a1f8bb 100644 --- a/theodolite/src/main/kotlin/theodolite/execution/operator/TheodoliteController.kt +++ b/theodolite/src/main/kotlin/theodolite/execution/operator/TheodoliteController.kt @@ -109,8 +109,7 @@ class TheodoliteController( type = "WARNING", reason = "Execution failed", message = "An error occurs while executing: ${e.message}") - logger.error { "Failure while executing execution ${execution.name} with benchmark ${benchmark.name}." } - logger.error { "Problem is: ${e.printStackTrace() }}" } + logger.error(e) { "Failure while executing execution ${execution.name} with benchmark ${benchmark.name}." } executionStateHandler.setExecutionState(execution.name, ExecutionStates.FAILURE) } executionStateHandler.stopDurationStateTimer()