Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
polkadot
Commits
831a2db5
Commit
831a2db5
authored
Dec 24, 2020
by
asynchronous rob
Browse files
remove spammy bitfield-gossip-received log
parent
7f7ffa30
Changes
1
Hide whitespace changes
Inline
Side-by-side
node/network/bitfield-distribution/src/lib.rs
View file @
831a2db5
...
...
@@ -495,8 +495,6 @@ where
NetworkBridgeEvent
::
PeerMessage
(
remote
,
message
)
=>
{
match
message
{
protocol_v1
::
BitfieldDistributionMessage
::
Bitfield
(
relay_parent
,
bitfield
)
=>
{
let
mut
_span
=
jaeger
::
hash_span
(
&
relay_parent
,
"bitfield-gossip-received"
);
_span
.add_string_tag
(
"peer-id"
,
&
remote
.to_base58
());
tracing
::
trace!
(
target
:
LOG_TARGET
,
peer_id
=
%
remote
,
"received bitfield gossip from peer"
);
let
gossiped_bitfield
=
BitfieldGossipMessage
{
relay_parent
,
...
...
Ghost User
@ghost
mentioned in commit
2e61185b
·
Dec 24, 2020
mentioned in commit
2e61185b
mentioned in commit 2e61185b8edf41edeb2173e6be17c5fd2f9d0fed
Toggle commit list
Ghost User
@ghost
mentioned in commit
a891884e
·
Jan 04, 2021
mentioned in commit
a891884e
mentioned in commit a891884eaeb4351f39152b2246468562eb68e8b6
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment