debug spam log

This commit is contained in:
stubbsta 2026-05-25 10:30:59 +02:00
parent 1d6b7ea566
commit c907c29cda
No known key found for this signature in database

View File

@ -260,7 +260,7 @@ proc validateMessage*(
if hasDup.isErr():
waku_rln_errors_total.inc(labelValues = ["duplicate_check"])
elif hasDup.value == true:
trace "invalid message: message is spam",
debug "invalid message: message is spam",
payloadLen = msg.payload.len, contentTopic = msg.contentTopic
waku_rln_spam_messages_total.inc()
return MessageValidationResult.Spam