-
Notifications
You must be signed in to change notification settings - Fork 499
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
services/horizon: reduce repetitive log output related to obtaining core status info #4259
Comments
Jun 20 19:16:11 horizon-basic stellar-horizon[36844]: time="2022-06-20T19:16:11.657Z" level=warning msg="error ticking app: context deadline exceeded" pid=36844 |
I am facing the same error " level=warning msg="could not load stellar-core info: http request errored: Get "http://127.0.0.1:11626/info\": context deadline exceeded" pid=6685 |
I think on latest Horizon 2.26.0 release, this repetitive log output has been reduced per #4860. @urvisavla , do you think #4860 resolves/obsoletes this ticket now? |
We are handling the case when the STELLAR_CORE_URL is set to "localhost" which explains why the errors are still being logged since the URL specified here is 127.0.0.1. I will update the fix to handle both "localhost" and "127.0.0.1" and once that is done, we can close this issue. |
What version are you using?
2.15.1
What did you do?
ran Horizon with ingest enabled, analyzing historical ingestion log output later
What did you expect to see?
sensible stream of log statements
What did you see instead?
when debugging prior issues on staging, noticed the logs tended to be full of repetitiion of these types of outputs:
The text was updated successfully, but these errors were encountered: