nic-6443 commented on code in PR #12800:
URL: https://github.com/apache/apisix/pull/12800#discussion_r2600664530


##########
apisix/admin/global_rules.lua:
##########
@@ -31,6 +35,33 @@ local function check_conf(id, conf, need_id, schema)
         return nil, {error_msg = err}
     end
 
+    -- Check for plugin conflicts with existing global rules
+    if conf.plugins then
+        local global_rules = global_rules_mod.global_rules()
+        core.log.info("dibag global_rules: ", core.json.encode(global_rules))

Review Comment:
   temporary debug log should be removed



-- 
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]

Reply via email to