actor: only send litepub relay messages to debug level
This commit is contained in:
parent
5fcdfbd596
commit
827f3ee42a
|
@ -168,7 +168,7 @@ async def handle_relay(actor, data, request):
|
||||||
"id": "https://{}/activities/{}".format(request.host, uuid.uuid4())
|
"id": "https://{}/activities/{}".format(request.host, uuid.uuid4())
|
||||||
}
|
}
|
||||||
|
|
||||||
logging.info('>> relay: %r', message)
|
logging.debug('>> relay: %r', message)
|
||||||
|
|
||||||
inboxes = distill_inboxes(actor)
|
inboxes = distill_inboxes(actor)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue