You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently Trace level TF_LOG information does only contain information about the Request URI and the response body for error requests.
But for debugging it would be really helpful to also have the request body and the response headers in the debug output.
So we would like to have the following information from every single request done against the OTC API. It should not be limited to only failed requests as sometimes only the followup request fails and some information of the proceeding requests would be lost.
The following information would be nice:
Method
Request URI
Request Body
Response Header
Response Body
If you do not want to expose the OTC credentials in the logs it would be fine to omit the authentication requests.
The text was updated successfully, but these errors were encountered:
Currently Trace level TF_LOG information does only contain information about the Request URI and the response body for error requests.
But for debugging it would be really helpful to also have the request body and the response headers in the debug output.
So we would like to have the following information from every single request done against the OTC API. It should not be limited to only failed requests as sometimes only the followup request fails and some information of the proceeding requests would be lost.
The following information would be nice:
Method
Request URI
Request Body
Response Header
Response Body
If you do not want to expose the OTC credentials in the logs it would be fine to omit the authentication requests.
The text was updated successfully, but these errors were encountered: