good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit e3f1e51a authored by Jaynti Kanani's avatar Jaynti Kanani Committed by GitHub
Browse files

Merge pull request #23 from maticnetwork/dev-fix-log

Remove unwanted log
parents 14ffde83 5f96b06a
Branches cs-2004
Tags v0.1.4
No related merge requests found
......@@ -65,7 +65,7 @@ func FetchFromHeimdallWithRetry(client http.Client, urlString string, paths ...s
if err == nil && res != nil {
return res, nil
}
log.Info("Retrying again in 5 seconds for next Heimdall span", u.Path)
log.Info("Retrying again in 5 seconds for next Heimdall span", "path", u.Path)
time.Sleep(5 * time.Second)
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment