Skip to content

Commit

Permalink
Update manual-sync.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
pontusab authored Oct 29, 2024
1 parent 5b746ae commit 1fab08d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/jobs/src/transactions/manual-sync.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ client.defineJob({
},
);

await io.logger.info("Completed sync for account", {
await io.logger.info(`Completed sync for account: ${account.id}`, {
accountId: account.id,
});

Expand All @@ -147,7 +147,7 @@ client.defineJob({
accountId: account.id,
};
} catch (syncError) {
await io.logger.error("Error syncing account", {
await io.logger.error(`Error syncing account: ${account.id}`, {
accountId: account.id,
error: syncError,
});
Expand Down

0 comments on commit 1fab08d

Please sign in to comment.