Skip to content

Commit

Permalink
Reduce "Received transactions message" log from debug to trace since …
Browse files Browse the repository at this point in the history
…it's completely routine. (PegaSysEng#919)
  • Loading branch information
ajsutton authored and tmohay committed Feb 20, 2019
1 parent eb10f9a commit e45ff79
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public TransactionsMessageProcessor(
void processTransactionsMessage(
final EthPeer peer, final TransactionsMessage transactionsMessage) {
try {
LOG.debug("Received transactions message from {}", peer);
LOG.trace("Received transactions message from {}", peer);

final Iterator<Transaction> readTransactions =
transactionsMessage.transactions(Transaction::readFrom);
Expand Down

0 comments on commit e45ff79

Please sign in to comment.