Tweak logging
This commit is contained in:
parent
538af64955
commit
691ad500c6
4 changed files with 11 additions and 2 deletions
|
@ -760,7 +760,7 @@ async def inbox(
|
|||
db_session: AsyncSession = Depends(get_db_session),
|
||||
httpsig_info: httpsig.HTTPSigInfo = Depends(httpsig.enforce_httpsig),
|
||||
) -> Response:
|
||||
logger.info(f"headers={request.headers}")
|
||||
# logger.info(f"headers={request.headers}")
|
||||
payload = await request.json()
|
||||
logger.info(f"{payload=}")
|
||||
await new_ap_incoming_activity(db_session, httpsig_info, payload)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue