Documentation Index
Fetch the complete documentation index at: https://docs.apinizer.com/llms.txt
Use this file to discover all available pages before exploring further.
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)

Edit dialog (Edit API Traffic Proxy Log Settings)
Opening Edit on a row shows a dialog with a CONNECTORS menu on the left (Logback, Webhook, Kafka, RabbitMQ, database, Syslog, Elasticsearch, and so on). Selecting an item loads that target’s configuration on the right. At the top you choose the environment and use Save and Deploy; on each connector card, Active for this environment turns sending on or off for the selected environment. The colored status dot next to a connector reflects its configuration state at a glance. Use Method Overrides for method-level overrides.

When a database connector is selected as the log target, the log tables’ schema prefix or custom table name is configured in the connection definition. For details, see the Database connection page.
Log Settings Fields
The main fields used in log settings are summarized below.| Field | Description |
|---|---|
| Active for this environment | Turns sending traffic logs to this log target on or off for the selected environment. |
| HTTP request details | Controls inclusion of client IP, HTTP method, URI, port, and related request metadata in the log. |
| Performance metrics | Controls whether duration, message size, cache-related metrics, and similar values are written to the log. |
| Response status info | Controls inclusion of HTTP status code, error type, and related fields in the log. |
| Routing address | Controls whether routing or destination address information is written to the log. |
| Header | For each message region, controls whether header information is logged. |
| Body | For each message region, controls whether body content is logged. |
| Parameter | For each message region, controls whether parameter information is logged. |
| Partial size | For each message region, controls whether long text fields are truncated or size-limited when logged. |
| Privacy | Controls whether environment-level privacy rules apply to log data sent through this connector. |

