From 58516a75dde2a676be261bfb91685758078eb1ac Mon Sep 17 00:00:00 2001 From: Manuel de Brito Fontes Date: Fri, 10 Nov 2017 07:11:24 -0300 Subject: [PATCH] Add doc for log-format-escape-json [ci skip] --- docs/user-guide/configmap.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/user-guide/configmap.md b/docs/user-guide/configmap.md index a3ec3b4be2..b010405a39 100644 --- a/docs/user-guide/configmap.md +++ b/docs/user-guide/configmap.md @@ -53,6 +53,12 @@ log-format-upstream: '{ "time": "$time_iso8601", "remote_addr": "$proxy_protocol Please check [log-format](log-format.md) for definition of each field. +#### log-format-escape-json + +Sets if the escape parameter allows JSON (true) or default characters escaping in variables (false) + +Sets the nginx [log format](http://nginx.org/en/docs/http/ngx_http_log_module.html#log_format). + ### Proxy configuration #### load-balance