Skip to content

Commit

Permalink
use correct logger
Browse files Browse the repository at this point in the history
  • Loading branch information
fontanierh committed Oct 18, 2023
1 parent 0b86510 commit 654fdf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connectors/src/connectors/notion/temporal/activities.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1406,7 +1406,7 @@ async function resolveResourceParent({
);

if (reachable) {
logger.info("Found a new reachable parent.");
localLogger.info("Found a new reachable parent.");
return {
parentId: newParentId,
parentType: newParentType,
Expand Down

0 comments on commit 654fdf2

Please sign in to comment.