membphis opened a new issue #2410: URL: https://github.com/apache/apisix/issues/2410
all of the error log will be written into local files now. ``` $ ls logs access.log error.log ``` we can implement a new plugin which named `error-log-logger`, it'll collect the error log from API: https://github.com/openresty/lua-resty-core/blob/master/lib/ngx/errlog.md we can report those error log to `syslog-ng` server or HTTP server. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
