Packages

package audit

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. class AwsRequestResponseLogger extends NamedLogging with ExecutionInterceptor with ShowUtil

    AWS SDK execution interceptor that logs all requests and responses.

    AWS SDK execution interceptor that logs all requests and responses. Retrieves the canton trace context via execution attributes.

    Logs every request before it's being sent, and every response after it's been deserialized, along with the request that triggered it, at INFO level. Every failed request will also be logged at WARN level, with the optional response if available.

Ungrouped