mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-02 14:03:06 +00:00
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:
parent
d820976eaf
commit
bed5c9ab52
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user