Skip to content

Commit

Permalink
fix log
Browse files Browse the repository at this point in the history
  • Loading branch information
skosito committed Sep 6, 2024
1 parent fd52771 commit 9f572ba
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions zetaclient/orchestrator/orchestrator.go
Original file line number Diff line number Diff line change
Expand Up @@ -505,12 +505,8 @@ func (oc *Orchestrator) ScheduleCctxEVM(
// TODO: clean up this log when issue is resolved
// logging observer chain params to help with debugging if issue happens again
oc.logger.Error().
Err(err).
Msgf("ScheduleCctxEVM: outboundScheduleInterval set to 0 for chain %d using observer for chain %d", chainID, observer.GetChainParams().ChainId)

oc.logger.Info().
Interface("observer.chain_params", observer.GetChainParams()).
Msgf("chain params for chainID %d", chainID)
Msgf("ScheduleCctxEVM: outboundScheduleInterval set to 0 for chain %d", chainID)
return

Check warning on line 510 in zetaclient/orchestrator/orchestrator.go

View check run for this annotation

Codecov / codecov/patch

zetaclient/orchestrator/orchestrator.go#L507-L510

Added lines #L507 - L510 were not covered by tests
}

Expand Down

0 comments on commit 9f572ba

Please sign in to comment.