Skip to content

Commit

Permalink
Remove captive core info request error logs (#5145)
Browse files Browse the repository at this point in the history
  • Loading branch information
tamirms authored Dec 20, 2023
1 parent bc7173e commit d1e4c7c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ingest/ledgerbackend/captive_core_backend.go
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,6 @@ func (c *CaptiveStellarCore) coreSyncedMetric() float64 {

info, err := c.stellarCoreClient.Info(c.config.Context)
if err != nil {
c.config.Log.WithError(err).Warn("Cannot connect to Captive Stellar-Core HTTP server")
return -1
}

Expand All @@ -236,7 +235,6 @@ func (c *CaptiveStellarCore) coreVersionMetric() float64 {

info, err := c.stellarCoreClient.Info(c.config.Context)
if err != nil {
c.config.Log.WithError(err).Warn("Cannot connect to Captive Stellar-Core HTTP server")
return -1
}

Expand Down

0 comments on commit d1e4c7c

Please sign in to comment.