Skip to content

Commit

Permalink
Move ethstats server request to trace (#5531)
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Dudley <simon.dudley@consensys.net>
  • Loading branch information
siladu committed Jun 4, 2023
1 parent bacef28 commit 688d2dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ private void sendMessage(
final EthStatsRequest message,
final Consumer<Boolean> handlerResult) {
try {
LOG.debug("Send ethstats request {}", message.generateCommand());
LOG.trace("Send ethstats request {}", message.generateCommand());
webSocket.writeTextMessage(
message.generateCommand(),
handler -> {
Expand Down

0 comments on commit 688d2dd

Please sign in to comment.