const github.com/aws/smithy-go/logging.Debug
11 uses
github.com/aws/smithy-go/logging (current package)
logger.go#L15: Debug Classification = "DEBUG"
github.com/aws/smithy-go/transport/http
middleware_http_logging.go#L47: logger.Logf(logging.Debug, "Request\n%v", string(reqBytes))
middleware_http_logging.go#L71: logger.Logf(logging.Debug, "Response\n%v", string(respBytes))
github.com/aws/smithy-go/waiter
logger.go#L28: logger.Logf(logging.Debug, fmt.Sprintf("attempting waiter request, attempt count: %d", m.Attempt))
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream
decode.go#L99: defer func() { logger.Logf(logging.Debug, w.String()) }()
encode.go#L98: defer func() { logger.Logf(logging.Debug, w.String()) }()
github.com/aws/aws-sdk-go-v2/aws/retry
middleware.go#L161: r.logf(logger, logging.Debug, "retrying request %s/%s, attempt %d",
middleware.go#L195: r.logf(logger, logging.Debug, "request failed with unretryable error %v", err)
middleware.go#L205: r.logf(logger, logging.Debug, "max retry attempts exhausted, max %d", maxAttempts)
github.com/aws/aws-sdk-go-v2/aws/signer/v4
v4.go#L529: logger.Logf(logging.Debug, logSignInfoMsg, request.CanonicalString, request.StringToSign, signedURLMsg)
github.com/aws/aws-sdk-go-v2/internal/v4a
v4a.go#L511: logger.Logf(logging.Debug, logSignInfoMsg, r.CanonicalString, r.StringToSign, signedURLMsg)