AWS SDK for .NET Documentation
ResponseLogging Property
AmazonAmazonAWSConfigsResponseLogging Did this page help you?   Yes   No    Tell us about it...
Configures when the SDK should log service responses. Changes to this setting will take effect immediately. The setting can be configured through App.config, for example:
CopyC#
<appSettings>
  <add key="AWSResponseLogging" value="OnError"/>
</appSettings>
Declaration Syntax
C#
public static ResponseLoggingOption ResponseLogging { get; set; }

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)