X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=openresty-ext%2Fsrc%2Fassembly%2Fresources%2Fopenresty%2Fnginx%2Fconf%2Fnginx.conf;h=57f4c693c56a43d8d3842bea04bf6c364d2f25ea;hb=3ea845d26d864935511ca93c64669c5d1890c87b;hp=743eb31ebd176a98c4ba3d8e7decfcf472e3cf11;hpb=77ea49cc6406eb9db60d3346dcee1d0370a21239;p=msb%2Fapigateway.git 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;