We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The requests are already logged:
box-java-sdk/src/main/java/com/box/sdk/BoxAPIRequest.java
Line 714 in 05224c4
It would be very helpful when debugging to also have the error responses logged.
There should be a way to configure this on or off.
There would need to be a way to pass in an optional filter to remove PII from the exception text.
The text was updated successfully, but these errors were encountered:
Hi @jimshowalter ,
Thanks for submitting this Issue! I've added this feature to our internal backlog.
About the PII filter you would see that as a function that accepts String and returns String.
@antusus
Sorry, something went wrong.
antusus
mhagmajer
mwwoda
arjankowski
No branches or pull requests
The requests are already logged:
box-java-sdk/src/main/java/com/box/sdk/BoxAPIRequest.java
Line 714 in 05224c4
It would be very helpful when debugging to also have the error responses logged.
There should be a way to configure this on or off.
There would need to be a way to pass in an optional filter to remove PII from the exception text.
The text was updated successfully, but these errors were encountered: