Skip to content

Commit

Permalink
add debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
ConjunctiveNormalForm committed Oct 24, 2023
1 parent ff59b79 commit a2f5bd1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/quoters/WebhookQuoter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ export class WebhookQuoter implements Quoter {
const config = await this.circuitBreakerProvider.getConfigurations();
const fillerToConfigMap = new Map(config.map((c) => [c.hash, c]));
if (config) {
this.log.info({ fillerToCMap: fillerToConfigMap, config: config }, `Circuit breaker config used`)
const enabledEndpoints: WebhookConfiguration[] = [];
endpoints.forEach((e) => {
if (
Expand Down

0 comments on commit a2f5bd1

Please sign in to comment.