Skip to content

Commit

Permalink
Remove captive core info request error logs (stellar#5145)
Browse files Browse the repository at this point in the history
  • Loading branch information
tamirms authored and sreuland committed Jan 27, 2024
1 parent 77cb331 commit 91076c9
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 @@ -222,7 +222,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 @@ -240,7 +239,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 91076c9

Please sign in to comment.