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 8a3d07f commit 4610b06
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion connectors/src/connectors/notion/temporal/activities.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1597,7 +1597,11 @@ export async function renderAndUpsertPageFromCache({
parentType,
pageId,
accessToken,
loggerArgs,
loggerArgs = {
...loggerArgs,
workspaceId: connector.workspaceId,
dataSourceName: connector.dataSourceName,
},
});

parentType = resolvedParent.parentType;
Expand Down

0 comments on commit 4610b06

Please sign in to comment.