Log Record Regions
Message information coming to and going from API Proxies defined on Apinizer is logged in Elasticsearch database according to message elements (header, parameter, body). These log record regions:Request from Client
Request information coming from client to API Proxy
Request to Target
Request information sent from API Proxy to Backend API
Response from Target
Response information given from Backend API to API Proxy
Response to Client
Response information sent from API Proxy to client
For production environment, it is recommended to disable logging of elements belonging to the following regions.
- From API Proxy to Backend API (Request to Target)
- From Backend API to API Proxy (Response from Target)


Log Settings Fields
Fields used for log settings are shown in the table below.| Field | Description |
|---|---|
| Header | Manages whether header information in the message is logged or not. |
| Body | Manages whether body information in the message is logged or not. |
| Parameter | Manages whether parameter information in the message is logged or not. |

