From 760cedfce2827c0176502291b7aff671fb839367 Mon Sep 17 00:00:00 2001 From: Christian Dupuis Date: Thu, 30 May 2019 13:31:22 +0200 Subject: [PATCH] Remove usage of externalKey --- lib/api-helper/goal/executeGoal.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/api-helper/goal/executeGoal.ts b/lib/api-helper/goal/executeGoal.ts index 4a05529c5..e74a336e1 100644 --- a/lib/api-helper/goal/executeGoal.ts +++ b/lib/api-helper/goal/executeGoal.ts @@ -105,7 +105,7 @@ export async function executeGoal(rules: { projectLoader: ProjectLoader, goalExe ); } - logger.info(`Running ${goalEvent.name}. Triggered by ${goalEvent.state} status: ${goalEvent.externalKey}: ${goalEvent.description}`); + logger.info(`Running ${goalEvent.uniqueName} on ${goalEvent.sha}`); async function notifyGoalExecutionListeners(sge: SdmGoalEvent, result?: ExecuteGoalResult, error?: Error): Promise { const inProcessGoalExecutionListenerInvocation: GoalExecutionListenerInvocation = {