Skip to content

Commit

Permalink
add even more logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Grekkq committed Oct 18, 2023
1 parent 6c1af6d commit b6f17c4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ trait ProxyService {
case Success(response: HttpResponse) =>
handlePostRequestActions(response, httpRequest, s3Request, userSTS)
}
logger.info("Completing request correctly")
complete(httpResponse)
}
}
Expand Down

0 comments on commit b6f17c4

Please sign in to comment.