Skip to content

Commit

Permalink
Merge pull request #418 from meriamBenSassi/feat/logs
Browse files Browse the repository at this point in the history
[FEAT] Logging
  • Loading branch information
meriamBenSassi authored Dec 7, 2023
2 parents fde932a + 98ebda5 commit 3d0e48d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/services/hooks.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ export class HooksService {
const accounts: BudgetInsightAccount[] = await this.aggregator.getAccounts(permanentToken, serviceAccountConfig);
this.logger.debug({
message: `Budget Insight accounts retrieved for customer "${payload.customerId}"`,
accounts,
accountsNb: accounts.length,
});

/**
Expand Down

0 comments on commit 3d0e48d

Please sign in to comment.