Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(plugins): change log level from error to info when restarting ext…
…ernal plugin instance (#8652) When the external plugin instances (go, python, ...) loses the instances_id in a event handler, the instance is restarted to complete the plugin call but a weird error appear: ``` 2021/08/20 10:23:59 [**error**] 30#0: *51336 [kong] mp_rpc.lua:308 [jwe] no plugin instance 0, client: 10.240.0.178, server: kong, request: "POST /example HTTP/1.1", host: "example.es" ``` We change the log level to info as this is not a real problem as the plugin is restarted lately in code (considering the message string as well) Co-authored-by: Xumin <100666470+Suika-Kong@users.noreply.github.com>
- Loading branch information