Fix legacy lightpush diagnostic log(#3478)

DST team needs unintentionally removed my_peer_id back for legacy-lightpush for their analysis tool
This commit is contained in:
NagyZoltanPeter 2025-06-30 17:11:38 +02:00 committed by GitHub
parent 726c7c56c1
commit 6860960120
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -45,7 +45,8 @@ proc handleRequest*(
let msg_hash = pubsubTopic.computeMessageHash(message).to0xHex()
waku_lightpush_messages.inc(labelValues = ["PushRequest"])
notice "handling lightpush request",
notice "handling legacy lightpush request",
my_peer_id = wl.peerManager.switch.peerInfo.peerId,
peer_id = peerId,
requestId = requestId,
pubsubTopic = pubsubTopic,