mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-02 14:03:06 +00:00
avoid too large log lines in rest kightpush (#3516)
This commit is contained in:
parent
2cff70d158
commit
aabd98120b
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user