Detailed logging of RESTful interfaces and ECF front end server
You can enable a more detailed logging of RESTful Interfaces (RI) and ECF front end server. Only use this procedure in short troubleshooting sessions because the content may also include sensitive data.
RESTful interfaces
Add the following registry setting under RI application: LogDetails =
RequestHeaders,RequestContent,ResponseHeaders,ResponseContent, or one or
more of its options:
-
RequestHeaders will log all
headers in request but hide secret data, such as authentication
details.
If you need to expose secret data in request headers, also add option ShowSecrets to the registry setting. Use this option with caution.
- ResponseHeaders will log all headers in response.
- RequestContent will log the content of POST and PUT requests.
- ResponseContent will log the created item ID in POST, and the names of returned objects in GET.
ECF front end server
Add the following registry setting under EcfFrontEndServer: LogDetails =
RequestContent,ResponseContent, or either one of its options:
- RequestContent will log the content of WebSocket requests.
- ResponseContent will log the content of WebSocket responses.
