Tweak logging

This commit is contained in:
Thomas Sileo 2022-08-20 09:11:48 +02:00
parent 538af64955
commit 691ad500c6
4 changed files with 11 additions and 2 deletions

View file

@ -187,7 +187,7 @@ async def httpsig_checker(
server=server,
)
logger.debug(f"hsig={hsig}")
# logger.debug(f"hsig={hsig}")
signed_string, signature_date = _build_signed_string(
hsig["headers"],
request.method,