Skip to content

Commit

Permalink
uniformize logs
Browse files Browse the repository at this point in the history
  • Loading branch information
aubin-tchoi committed Dec 13, 2024
1 parent 647f687 commit f2d142e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions connectors/src/connectors/confluence/temporal/activities.ts
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,6 @@ export async function confluenceCheckAndUpsertPageActivity({
}

localLogger.info("Upserting Confluence page.");

await upsertConfluencePageToDataSource({
page,
spaceName,
Expand All @@ -436,7 +435,6 @@ export async function confluenceCheckAndUpsertPageActivity({
});

localLogger.info("Upserting Confluence page in DB.");

await upsertConfluencePageInDb(connector.id, page, visitedAtMs);

return true;
Expand Down Expand Up @@ -537,6 +535,7 @@ export async function confluenceUpsertPageWithFullParentsActivity({
loggerArgs,
});

localLogger.info("Upserting Confluence page in DB.");
await upsertConfluencePageInDb(connector.id, page, visitedAtMs);

return true;
Expand Down

0 comments on commit f2d142e

Please sign in to comment.