If you want API Firewall to send transaction logs to 42Crunch Platform, you can also use the variable LOG_STRATEGY to choose what happens if the API Firewall instance loses connection to the platform.

Value Impact
RECONNECT_ON_PLTF_LOST If an API Firewall loses the connection to the platform, it tries to reconnect until it succeeds or the instance is manually stopped. In the meantime, it continues to handle traffic to the protected API normally, but does not write transaction logs. This is the default value.
KILL_ON_PLTF_LOST If an API Firewall loses the connection to the platform, the instance stops and the traffic to the API is interrupted. Use this value if you want to prevent API traffic and untracked transactions when transaction logs cannot be written.

LOG_STRATEGY is ignored if you have specified in LOG_DESTINATION that transaction logs do not go to 42Crunch Platform.