membphis commented on code in PR #12655:
URL: https://github.com/apache/apisix/pull/12655#discussion_r2415455481
##########
apisix/plugin.lua:
##########
@@ -893,6 +893,8 @@ local function check_single_plugin_schema(name,
plugin_conf, schema_type, skip_d
local plugin_obj = local_plugins_hash[name]
if not plugin_obj then
if skip_disabled_plugin then
+ core.log.warn("skipping check schema for disabled or unknown
plugin ["
Review Comment:
```suggestion
core.log.warn("skipping check schema for disabled or unknown
plugin [",
name, "]. Enable the plugin or modify
configuration")
```
--
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]