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 d820976eaf
commit bed5c9ab52

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,