README.md in datadog_api_client-1.5.0 vs README.md in datadog_api_client-1.6.0

- old
+ new

@@ -126,12 +126,12 @@ config = DatadogAPIClient::V1::Configuration.new config.compress = false client = DatadogAPIClient::V1::APIClient.new(config) ``` -### Enable requests tracing +### Enable requests logging -If you want to enable requests tracing, set the `debugging` flag +If you want to enable requests logging, set the `debugging` flag on your configuration object: ```ruby config = DatadogAPIClient::V1::Configuration.new config.debugging = true