Skip to content
Snippets Groups Projects
Commit 96c3e7d0 authored by Benedikt Wetzel's avatar Benedikt Wetzel
Browse files

Enhance logging

parent cb3d1ba0
No related branches found
No related tags found
1 merge request!201Introduce action commands
...@@ -111,7 +111,7 @@ class TheodoliteController( ...@@ -111,7 +111,7 @@ class TheodoliteController(
reason = "Execution failed", reason = "Execution failed",
message = "An error occurs while executing: ${e.message}") message = "An error occurs while executing: ${e.message}")
logger.error { "Failure while executing execution ${execution.name} with benchmark ${benchmark.name}." } logger.error { "Failure while executing execution ${execution.name} with benchmark ${benchmark.name}." }
logger.error { "Problem is: $e" } logger.error { "Problem is: ${e.printStackTrace() }}" }
executionStateHandler.setExecutionState(execution.name, ExecutionStates.FAILURE) executionStateHandler.setExecutionState(execution.name, ExecutionStates.FAILURE)
} }
executionStateHandler.stopDurationStateTimer() executionStateHandler.stopDurationStateTimer()
......
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