smartsheet / smartsheet-java-sdk

Library that uses Java to connect to Smartsheet services.
Apache License 2.0
3 stars 12 forks source link

Remove error logging #75

Closed zromano closed 10 months ago

zromano commented 10 months ago

Fixes issue: https://github.com/smartsheet/smartsheet-java-sdk/issues/67

This will make it so we log the status on every request, but we do not log the response and request body and headers when there is an error.

The point of this is to prevent the logging of PII when there is a non 200 response.