We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa78980 commit 9cf2715Copy full SHA for 9cf2715
apisix/plugins/limit-count/init.lua
@@ -223,7 +223,7 @@ end
223
224
225
local function create_limit_obj(conf, rule, plugin_name)
226
- core.log.info("create new " .. plugin_name .. " plugin instance",
+ core.log.info("create new ", plugin_name, " plugin instance",
227
", rule: ", core.json.delay_encode(rule, true))
228
229
if not conf.policy or conf.policy == "local" then
0 commit comments