Skip to content

Commit

Permalink
chore: make discv5 start log hierarchical
Browse files Browse the repository at this point in the history
  • Loading branch information
KolbyML committed Oct 19, 2023
1 parent d339c43 commit f816d8c
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions portalnet/src/discovery.rs
Original file line number Diff line number Diff line change
Expand Up @@ -171,11 +171,8 @@ impl Discovery {
}

pub async fn start(&mut self) -> Result<mpsc::Receiver<TalkRequest>, String> {
info!(
enr.encoded = ?self.local_enr(),
enr.decoded = %self.local_enr(),
"Starting discv5",
);
info!(enr = %self.local_enr(), "Starting discv5 with");
debug!(enr = ?self.local_enr(), "Discv5 enr details");

self.discv5
.start()
Expand Down

0 comments on commit f816d8c

Please # to comment.