Skip to content

Commit c83f5d4

Browse files
authored
[SKIP CI] Merge pull request #522 from subquery/feat/log-level
feat: change getRunnerAllocation to debug
2 parents 08a0157 + cd16ca7 commit c83f5d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/indexer-coordinator/src/reward/reward.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ export class RewardService implements OnModuleInit {
144144
}
145145
const allocation = await this.onChainService.getRunnerAllocation(indexerId);
146146
if (!allocation) {
147-
this.logger.error('getRunnerAllocation is null');
147+
this.logger.debug('getRunnerAllocation is null');
148148
return;
149149
}
150150
this.txOngoingMap[this.reduceAllocation.name] = false;

0 commit comments

Comments
 (0)