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.
all of the error log will be written into local files now.
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.mdwe can report those error log to
syslog-ngserver or HTTP server.