You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/03/22 01:55:05 UTC

[GitHub] [apisix] navysummer opened a new issue #6680: help request: how log request

navysummer opened a new issue #6680:
URL: https://github.com/apache/apisix/issues/6680


   ### Description
   
   ngx.log and  core.log.info  can only record 2K logs,and those exceeding 2K cannot be recorded
   
   ### Environment
   
   - APISIX version (run `apisix version`):
   - Operating system (run `uname -a`):
   - OpenResty / Nginx version (run `openresty -V` or `nginx -V`):
   - 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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] soulbird commented on issue #6680: help request: how log request

Posted by GitBox <gi...@apache.org>.
soulbird commented on issue #6680:
URL: https://github.com/apache/apisix/issues/6680#issuecomment-1074689710


   This is the definition of nginx in https://github.com/nginx/nginx/blob/master/src/core/ngx_log.h#L76.
   Apache APISIX does not support modifying this value yet.
   You can consider splitting the log in the business logic so that it can be fully displayed


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org