summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;