Skip to content

Commit

Permalink
agent: change log label from 'context' to ''component'
Browse files Browse the repository at this point in the history
  • Loading branch information
tilacog committed Aug 11, 2023
1 parent dd9648e commit 0e258aa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/indexer-agent/src/agent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ export class Agent {
}

reconciliationLoop() {
const logger = this.logger.child({ context: 'reconciliation-loop' })
const logger = this.logger.child({ component: 'ReconciliationLoop' })
const currentEpochNumber: Eventual<NetworkMapped<number>> = timer(
600_000,
).tryMap(
Expand Down Expand Up @@ -318,7 +318,6 @@ export class Agent {
return this.multiNetworks.map(async ({ network, operator }) => {
logger.trace('Fetching indexing rules', {
protocolNetwork: network.specification.networkIdentifier,
context: 'reconciliation-loop',
})
let rules = await operator.indexingRules(true)
const subgraphRuleIds = rules
Expand Down

0 comments on commit 0e258aa

Please sign in to comment.