Skip to content

Commit

Permalink
chore: Decrease 'Skipping monitor event' log level
Browse files Browse the repository at this point in the history
  • Loading branch information
jsanmigimeno committed Jul 24, 2024
1 parent cb4c844 commit f8e850f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/monitor/monitor.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ export class MonitorService implements OnModuleInit {

const chainConfig = this.chainConfig.get(eventChainId);
if (chainConfig == undefined) {
this.logger.warn(
this.logger.debug(
{ chainId: eventChainId },
`Skipping monitor event: chain not supported.`
);
Expand Down

0 comments on commit f8e850f

Please sign in to comment.