We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93c4486 commit 975034fCopy full SHA for 975034f
apisix/plugin.lua
@@ -1276,7 +1276,7 @@ local function merge_global_rules(global_rules, conf_version)
1276
if global_rule.value and global_rule.value.plugins then
1277
for plugin_name, plugin_conf in pairs(global_rule.value.plugins) do
1278
if seen_plugin[plugin_name] then
1279
- core.log.warn("Found ", plugin_name,
+ core.log.error("Found ", plugin_name,
1280
" configured across different global rules.",
1281
" Removing it from execution list")
1282
plugins_hash[plugin_name] = nil
0 commit comments