yangboyd opened a new issue, #7567:
URL: https://github.com/apache/apisix/issues/7567

   ### Description
   
   
   Set log level as debug in conf/config.yaml
   nginx_config:                     # config for render the template to 
generate nginx.conf
     #user: root                     # specifies the execution user of the 
worker process.
                                     # the "user" directive makes sense only if 
the master process runs with super-user privileges.
                                     # if you're not root user,the default is 
current user.
     error_log: logs/error.log
     error_log_level:  debug          # warn,error
   
   logs/error.log does NOT show nginx request debug log:
   
   2022/07/29 17:48:27 [info] 156767#156767: *12831 [lua] timers.lua:39: run 
timer[plugin#server-info], context: ngx.timer
   2022/07/29 17:48:28 [info] 156767#156767: *12895 [lua] timers.lua:39: run 
timer[plugin#server-info], context: ngx.timer
   
   
   ### Environment
   
   - APISIX version (run `apisix version`):2.14.1
   - Operating system (run `uname -a`): Linux   4.18.0-394.el8.x86_64
   - OpenResty / Nginx version (run `openresty -V` or `nginx 
-V`):openresty/1.21.4.1
   - etcd version, if relevant (run `curl 
http://127.0.0.1:9090/v1/server_info`):
   - APISIX Dashboard version, if relevant:
   - Plugin runner version, for issues related to plugin runners:
   - LuaRocks version, for installation issues (run `luarocks --version`):
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to