avoid too large log lines in rest kightpush (#3516)

This commit is contained in:
Ivan FB 2025-07-18 16:46:44 +02:00 committed by GitHub
parent 64d9b613de
commit 3fb21ae079
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -66,7 +66,8 @@ proc installLightPushRequestHandler*(
contentBody: Option[ContentBody]
) -> RestApiResponse:
## Send a request to push a waku message
debug "post", ROUTE_LIGHTPUSH, contentBody
debug "post received", ROUTE_LIGHTPUSH
trace "content body", ROUTE_LIGHTPUSH, contentBody
let req: PushRequest = decodeRequestBody[PushRequest](contentBody).valueOr:
return