From f1bfeea8f436e647e1432f96992eeac70e3f5e2a Mon Sep 17 00:00:00 2001 From: Ian Botsford <83236726+ianbotsf@users.noreply.github.com> Date: Thu, 9 Dec 2021 10:33:34 -0800 Subject: [PATCH] feat: add call logging at DEBUG level (#547) --- .../kotlin/runtime/http/operation/SdkOperationExecution.kt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/runtime/protocol/http/common/src/aws/smithy/kotlin/runtime/http/operation/SdkOperationExecution.kt b/runtime/protocol/http/common/src/aws/smithy/kotlin/runtime/http/operation/SdkOperationExecution.kt index 3412696e5..23b3c6de1 100644 --- a/runtime/protocol/http/common/src/aws/smithy/kotlin/runtime/http/operation/SdkOperationExecution.kt +++ b/runtime/protocol/http/common/src/aws/smithy/kotlin/runtime/http/operation/SdkOperationExecution.kt @@ -195,6 +195,8 @@ private suspend fun httpTraceMiddleware(request: SdkHttpRequest, next: Handler