summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHuabingZhao <zhao.huabing@zte.com.cn>2018-03-05 11:45:49 +0800
committerHuabingZhao <zhao.huabing@zte.com.cn>2018-03-05 11:46:00 +0800
commit3ea845d26d864935511ca93c64669c5d1890c87b (patch)
tree88a4e9aa8e1bed4c06da57416bd4f43b9de68d83
parent77ea49cc6406eb9db60d3346dcee1d0370a21239 (diff)
set log level to info
Issue-ID: MSB-154 Change-Id: Ia8b7467b5d141c6983311d2b2f1cf54b157a2d9e Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
-rw-r--r--openresty-ext/src/assembly/resources/openresty/nginx/conf/nginx.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/openresty-ext/src/assembly/resources/openresty/nginx/conf/nginx.conf b/openresty-ext/src/assembly/resources/openresty/nginx/conf/nginx.conf
index 743eb31..57f4c69 100644
--- a/openresty-ext/src/assembly/resources/openresty/nginx/conf/nginx.conf
+++ b/openresty-ext/src/assembly/resources/openresty/nginx/conf/nginx.conf
@@ -18,7 +18,7 @@
worker_processes 8;
worker_rlimit_nofile 65535;
-error_log logs/error.log warn;
+error_log logs/error.log info;
pid logs/nginx.pid;
env ROUTER_SUBDOMAIN;