proxy category
This category of logs contains all the business requests concerning the proxy feature.
setup action 
The setup action means that the configuration of the proxy was completed. It generates an "info" severity log in the event of success, or an "err" severity log in the event of an error.
The log fields for this action are as follows:
|
Field |
Description |
Type |
Mandatory/Optional |
|---|---|---|---|
| enabled |
Indicate whether a proxy has been configured. |
Boolean | Mandatory |
| proxy_url |
URL of the proxy. |
String | Optional |
| exclusion_list | List of excluded addresses. | Array | Optional |
| errors |
JSON object containing an error code and a message indicating why the proxy configuration could not be loaded.
Example: error: { code: 1005001, message: 'Validation failed ..." }, |
Object |
Optional
|