membphis opened a new issue #1168: change: disables logging of errors about not 
found files into error_log for admin api.
URL: https://github.com/apache/incubator-apisix/issues/1168
 
 
   When the user opens an independent service port for the dashboard, the 
dashboard may access some non-existing files (such as ICO). These not found 
logs are meaningless.
   
   We can disable these error logs by default.
   
   we can add the directive here:
   https://github.com/apache/incubator-apisix/blob/master/bin/apisix#L248
   
   ```
   log_not_found off;
   ```
   
   here is the directive about `log_not_found`:
   http://nginx.org/en/docs/http/ngx_http_core_module.html#log_not_found

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to