mirror of
https://gitlab.com/pulsechaincom/lighthouse-pulse.git
synced 2025-01-01 16:57:38 +00:00
Set gossip logs to info
This commit is contained in:
parent
0c4306cd18
commit
12936e73a7
@ -523,9 +523,9 @@ impl SimpleSync {
|
|||||||
msg: BlockRootSlot,
|
msg: BlockRootSlot,
|
||||||
network: &mut NetworkContext,
|
network: &mut NetworkContext,
|
||||||
) {
|
) {
|
||||||
debug!(
|
info!(
|
||||||
self.log,
|
self.log,
|
||||||
"BlockSlot";
|
"NewGossipBlock";
|
||||||
"peer" => format!("{:?}", peer_id),
|
"peer" => format!("{:?}", peer_id),
|
||||||
);
|
);
|
||||||
// TODO: filter out messages that a prior to the finalized slot.
|
// TODO: filter out messages that a prior to the finalized slot.
|
||||||
@ -557,9 +557,9 @@ impl SimpleSync {
|
|||||||
msg: Attestation,
|
msg: Attestation,
|
||||||
_network: &mut NetworkContext,
|
_network: &mut NetworkContext,
|
||||||
) {
|
) {
|
||||||
debug!(
|
info!(
|
||||||
self.log,
|
self.log,
|
||||||
"Attestation";
|
"NewAttestationGossip";
|
||||||
"peer" => format!("{:?}", peer_id),
|
"peer" => format!("{:?}", peer_id),
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user