Skip to content

Commit 79d314d

Browse files
authored
Tweak a log message for mock-el (#8599)
```bash $ lcli mock-el .... ... ... Dec 15 11:52:06.002 INFO Metrics HTTP server started listen_address: "127.0.0.1:8551" ... ``` The log message "Metrics HTTP server" was misleading, as the server is actually a Mock Execution Client that provides a JSON-RPC API for testing purposes, not a metrics server. Co-Authored-By: ackintosh <sora.akatsuki@gmail.com>
1 parent 3662e1a commit 79d314d

File tree

1 file changed

+1
-1
lines changed
  • beacon_node/execution_layer/src/test_utils

1 file changed

+1
-1
lines changed

beacon_node/execution_layer/src/test_utils/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -754,7 +754,7 @@ pub fn serve<E: EthSpec>(
754754

755755
info!(
756756
listen_address = listening_socket.to_string(),
757-
"Metrics HTTP server started"
757+
"Mock execution client started"
758758
);
759759

760760
Ok((listening_socket, server))

0 commit comments

Comments
 (0)