Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Commit

Permalink
Add log
Browse files Browse the repository at this point in the history
  • Loading branch information
Gonzalo-Avalos-Ribas committed Jun 26, 2024
1 parent cf3f6dd commit ce756b6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/steps/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,11 @@ export async function fetchIncidents(
createIncidentAssigneeRelationship(incident),
);
}
} else {
logger.info(
{ incidentKey: incidentEntity._key },
'Found duplicated key for Incident',
);
}
});
}
Expand Down

0 comments on commit ce756b6

Please sign in to comment.