We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When firehose grpc starts, it outputs messages like:
2024-06-26T22:22:07.137Z INFO (bstream) starting block source consumption {"endpoint_url": "the-dns-name-of-my-relayer:9000"} 2024-06-26T22:22:07.137Z INFO (bstream) block stream source reading messages {"endpoint_url": "the-dns-name-of-my-relayer:9000"}
the-dns-name-of-my-relayer might resolve to one of many IPv4 or IPv6 addresses. Output in the log which IP address it actually connects to.
the-dns-name-of-my-relayer
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When firehose grpc starts, it outputs messages like:
the-dns-name-of-my-relayer
might resolve to one of many IPv4 or IPv6 addresses. Output in the log which IP address it actually connects to.The text was updated successfully, but these errors were encountered: