Skip to content

Commit 975034f

Browse files
use error log
Signed-off-by: Abhishek Choudhary <shreemaan.abhishek@gmail.com>
1 parent 93c4486 commit 975034f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apisix/plugin.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1276,7 +1276,7 @@ local function merge_global_rules(global_rules, conf_version)
12761276
if global_rule.value and global_rule.value.plugins then
12771277
for plugin_name, plugin_conf in pairs(global_rule.value.plugins) do
12781278
if seen_plugin[plugin_name] then
1279-
core.log.warn("Found ", plugin_name,
1279+
core.log.error("Found ", plugin_name,
12801280
" configured across different global rules.",
12811281
" Removing it from execution list")
12821282
plugins_hash[plugin_name] = nil

0 commit comments

Comments
 (0)