Skip to content
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

Print out URLs of connected services #5990

Closed
nflaig opened this issue Sep 24, 2023 · 0 comments · Fixed by #6099
Closed

Print out URLs of connected services #5990

nflaig opened this issue Sep 24, 2023 · 0 comments · Fixed by #6099
Labels
good first issue Issues that are suitable for first-time contributors. meta-feature-request Issues to track feature requests. scope-logging Issue about logs: hygiene, format issues, improvements.

Comments

@nflaig
Copy link
Member

nflaig commented Sep 24, 2023

Problem description

It would be great if we could print out URLs of connected services. This makes it easier to verify configuration and detect issues early.

We already do this for external signers

logger.info(`External signers on URL: ${url}`);

 info: External signers on URL: http://web3signer.web3signer-prater.dappnode:9000

but it is missing for other services such as exection clients or beacon nodes.

Solution description

Print out URLs of connected services

Beacon node

  • execution urls
  • builder urls
  • eth1 provider urls

Validator client

  • beacon node urls

Additional context

No response

@nflaig nflaig added scope-logging Issue about logs: hygiene, format issues, improvements. meta-feature-request Issues to track feature requests. labels Sep 24, 2023
@nflaig nflaig added the good first issue Issues that are suitable for first-time contributors. label Oct 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Issues that are suitable for first-time contributors. meta-feature-request Issues to track feature requests. scope-logging Issue about logs: hygiene, format issues, improvements.
Projects
None yet
1 participant