# ограничим максимальный rps для логов ошибок для зоны yandex-rasp-morda-front
limit_req_zone $binary_remote_addr zone=yandex-rasp-morda-front:20m rate=50r/s;

# отличается от базового наличием $http_x_request_id $real_host
log_format request_id_format '[$time_local] $real_host $remote_addr "$request" $status "$upstream_http_location" "$http_referer" "$http_user_agent" "$http_cookie" $request_time $upstream_cache_status $bytes_sent "$upstream_response_time" "$uri" "$args" $ssl_session_id $http_x_request_id $real_ip';
