Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Merge pull request #10585 from EOSIO/net-plugin-excessive-logging
Browse files Browse the repository at this point in the history
Remove fc_trace_log as it causes excessive logging 📦
  • Loading branch information
heifner authored Jul 30, 2021
2 parents 1bc26b0 + 7b1e4cb commit 7d2a274
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions plugins/net_plugin/net_plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3239,8 +3239,6 @@ namespace eosio {

auto handle_message_span = fc_create_span_with_id("handle_message", (uint64_t) rand(), id);
fc_add_tag(handle_message_span, "queue_size", app().get_priority_queue().size());
fc_trace_log(handle_message_span, "handle_message block_num=${block_num}", ("block_num", ptr->block_num()));


app().post(priority::medium, [ptr{std::move(ptr)}, id, c = shared_from_this(),
handle_message_span = std::move(handle_message_span)]() mutable {
Expand Down

0 comments on commit 7d2a274

Please sign in to comment.