Skip to content

Commit

Permalink
feat: logs: add raw enr to new discover peer log
Browse files Browse the repository at this point in the history
  • Loading branch information
cortze committed Mar 30, 2023
1 parent c4aa5bb commit 27f23c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/discovery/dv5/dv5_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ func (d *Discovery5) nodeIterator() {
if d.Iterator.Next() {
// fill the given DiscoveredPeer interface with the next found peer
node := d.Iterator.Node()

log.WithFields(log.Fields{
"enr": node.String(),
"node_id": node.ID().String(),
"module": "Discv5",
}).Debug("new ENR discovered")
Expand Down

0 comments on commit 27f23c3

Please sign in to comment.