diff --git a/src/services/timelineService.js b/src/services/timelineService.js index 1484e99..99b3711 100644 --- a/src/services/timelineService.js +++ b/src/services/timelineService.js @@ -88,6 +88,7 @@ async function insertPhaseDependency(dependencyPhaseId, dependentPhaseId, depend * Gets phase for the given phase type for the given challenge ID */ async function getProjectPhaseId(challengeLegacyId, phaseTypeId) { + logger.info(`Getting project phase ID type ${phaseTypeId} for challenge ${challengeLegacyId}`) const connection = await helper.getInformixConnection() let result = null try {