tokers commented on code in PR #8694:
URL: https://github.com/apache/apisix/pull/8694#discussion_r1071664712
##########
apisix/plugin.lua:
##########
@@ -926,7 +926,7 @@ _M.decrypt_conf = decrypt_conf
local function encrypt_conf(name, conf, schema_type)
local schema = get_plugin_schema_for_gde(name, schema_type)
if not schema then
- core.log.warn("failed to get schema for plugin: ", name)
+ core.log.warn("make sure you enable the plugin, failed to get schema
for plugin: ", name)
Review Comment:
What's the meaning of this change?
--
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]