Skip to content

Commit

Permalink
Merge pull request #1138 from JupiterOne/INT-12148-add-logs
Browse files Browse the repository at this point in the history
SDK: Add logs
  • Loading branch information
Gonzalo-Avalos-Ribas authored Dec 4, 2024
2 parents 14870b9 + 8004344 commit 991d4c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ export async function executeWithContext<
});

logger.info(`Step start states calculated`, {
stepStartStates: stepStartStates['DEBUG_STEP_ID'],
stepStartStates: stepStartStates[DEBUG_STEP_ID],
});

if (shouldPublishDiskUsageMetric) {
Expand Down

0 comments on commit 991d4c9

Please sign in to comment.