Skip to content

Commit c8d597c

Browse files
authored
fix: move endpoint resolution log messages from DEBUG to TRACE (#443)
1 parent 7042cf8 commit c8d597c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws-runtime/aws-http/common/src/aws/sdk/kotlin/runtime/http/middleware/ResolveAwsEndpoint.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public class ResolveAwsEndpoint(
4949
}
5050

5151
val logger = req.context.getLogger("ResolveAwsEndpoint")
52-
logger.debug { "resolved endpoint: $endpoint" }
52+
logger.trace { "resolved endpoint: $endpoint" }
5353
return req
5454
}
5555
}

0 commit comments

Comments
 (0)