Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 6e8207b

Browse files
committed
Better logging
1 parent dec5650 commit 6e8207b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/services/timelineService.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ async function insertPhaseDependency(dependencyPhaseId, dependentPhaseId, depend
8888
* Gets phase for the given phase type for the given challenge ID
8989
*/
9090
async function getProjectPhaseId(challengeLegacyId, phaseTypeId) {
91+
logger.info(`Getting project phase ID type ${phaseTypeId} for challenge ${challengeLegacyId}`)
9192
const connection = await helper.getInformixConnection()
9293
let result = null
9394
try {

0 commit comments

Comments
 (0)