Skip to content

Commit

Permalink
common: fix RAV component log name
Browse files Browse the repository at this point in the history
  • Loading branch information
dwerner committed Dec 26, 2024
1 parent c7b5a5c commit 77a412b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/indexer-common/src/allocations/tap-collector.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ export class TapCollector {
networkSubgraph,
}: TapCollectorOptions): TapCollector {
const collector = new TapCollector()
collector.logger = logger.child({ component: 'AllocationReceiptCollector' })
collector.logger = logger.child({ component: 'TapCollector' })
collector.metrics = registerReceiptMetrics(
metrics,
networkSpecification.networkIdentifier,
Expand Down

0 comments on commit 77a412b

Please sign in to comment.