Added debug logging for DeployerPartitionHandler

This commit is contained in:
Michael Minella
2020-01-08 14:39:51 -06:00
parent fe24bc1dad
commit 9faa7fa60e

View File

@@ -386,6 +386,11 @@ public class DeployerPartitionHandler
AppDeploymentRequest request = new AppDeploymentRequest(definition, this.resource,
this.deploymentProperties, arguments);
if (logger.isDebugEnabled()) {
logger.debug(
"Requesting the launch of the following application: " + request);
}
String externalExecutionId = this.taskLauncher.launch(request);
if (this.taskRepository != null) {