fixes AWS debug log

This commit is contained in:
nai-degen 2024-03-14 21:34:07 -05:00
parent 57d9791270
commit d9117bf08e
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ export const signAwsRequest: RequestPreprocessor = async (req) => {
const { key, body, inboundApi, outboundApi } = req;
req.log.info(
{ key, model: body.model, inboundApi, outboundApi },
{ key: key.hash, model: body.model, inboundApi, outboundApi },
"Assigned AWS credentials to request"
);