erigon-pulse/cmd/rpcdaemon/cli
Jason Yellick 7b62bede1e
Log bound addresses instead of configured ones (#6948)
The CLI logging currently emits the configured address when noting that
the HTTP or Engine RPC services are started. This is _usually_ the same
as the listening address, but not always. In particular, when the bind
directive specifies an ambiguous parameter, like port 0 for an ephemeral
port, the actually bound address will differ.

This change will help users to operate Erigon while binding to ephemeral
ports. This is especially helpful for developers trying to run multiple
instances of Erigon concurrently in tests which may or may not be
executing in parallel.

Co-authored-by: Jason Yellick <jason@enya.ai>
2023-02-25 02:29:48 +00:00
..
httpcfg Initial GraphQL interface implementation (#6821) 2023-02-20 11:23:06 +00:00
config.go Log bound addresses instead of configured ones (#6948) 2023-02-25 02:29:48 +00:00
rpc_allow_list.go Replace ioutil with io and os (#3946) 2022-04-23 15:43:00 +01:00