Skip to content

Commit

Permalink
log output field name
Browse files Browse the repository at this point in the history
  • Loading branch information
teogeb committed Feb 26, 2024
1 parent 120af25 commit fc64a7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/crawler/Crawler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const RECOVERY_DELAY = 5 * 60 * 1000 // TODO from config

const createPeerDescriptorLogOutput = (peerDescriptor: PeerDescriptor) => {
return {
id: getNodeIdFromPeerDescriptor(peerDescriptor),
nodeId: getNodeIdFromPeerDescriptor(peerDescriptor),
type: peerDescriptor.type,
udp: peerDescriptor.udp,
tcp: peerDescriptor.tcp,
Expand Down

0 comments on commit fc64a7e

Please sign in to comment.