Skip to content

Commit

Permalink
logger.error
Browse files Browse the repository at this point in the history
  • Loading branch information
felipe-op committed Nov 9, 2023
1 parent 555a92a commit 72ec74f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/chain-mon/src/multisig-mon/service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export class MultisigMonService extends BaseServiceV2<
parseInt(safeNonce.toString(), 10)
)
} catch (err) {
this.logger.info(`got unexpected RPC error`, {
this.logger.error(`got unexpected RPC error`, {
section: 'safeNonce',
name: 'getSafeNonce',
err,
Expand Down

0 comments on commit 72ec74f

Please sign in to comment.