wodingyang opened a new issue, #7503: URL: https://github.com/apache/apisix/issues/7503
### Description 1、在apisix的config.yaml中开启log-rotate插件会导致路由全部返回404,配置如图  只有在config-default.yaml中开启该插件才可以正常转发,其他插件是否这样没有试过。 2、开发自定义插件,路径与配置方式如图:  apisix实例虽然启动但不知道如何使用自己写的插件,通过curl 127.0.0.1:9090/v1/schema > schema.json查看该文件也并没有自定义插件的定义信息。搜索资料发现加载方式都是将自己开发的应用放在apisix/apisix/plugins目录再修改config-default.yaml文件加入自定义插件。不知道在2.13.2级以上版本后是否建议这样加载自定义插件,官方文档中指定的extra_lua_path或extra_lua_cpath路径如何加载并使用第三方插件请详细说明下,现在个人感觉是个bug或者并没有起到该配置原先想提供的功能(不会只是为了覆盖同路径同名插件吧) ### Environment - APISIX version (run `apisix version`):2.13.2 - Operating system (run `uname -a`):3.10.0-957.27.2.el7.x86_64 #1 SMP Mon Jul 29 17:46:05 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux - OpenResty / Nginx version (run `openresty -V` or `nginx -V`):1.21.4.0 - etcd version, if relevant (run `curl http://127.0.0.1:9090/v1/server_info`):3.5 - APISIX Dashboard version, if relevant:2.13.0 - 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]
