Skip to content

Commit

Permalink
Add issue
Browse files Browse the repository at this point in the history
  • Loading branch information
swift1337 committed Jan 7, 2025
1 parent e81db51 commit c637cee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions zetaclient/orchestrator/v2_orchestrator.go
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,8 @@ func (oc *V2) SyncChains(ctx context.Context) error {

switch {
case errors.Is(errSkipChain, err):
// TODO use throttled logger instead of sampled one.
// https://github.com/zeta-chain/node/issues/3336
oc.logger.sampled.Warn().Err(err).Fields(chain.LogFields()).Msg("Skipping observer-signer")
continue
case err != nil:
Expand Down

0 comments on commit c637cee

Please sign in to comment.