Skip to content

Commit 9cf2715

Browse files
log with comma
Signed-off-by: Abhishek Choudhary <shreemaan.abhishek@gmail.com>
1 parent fa78980 commit 9cf2715

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apisix/plugins/limit-count/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ end
223223

224224

225225
local function create_limit_obj(conf, rule, plugin_name)
226-
core.log.info("create new " .. plugin_name .. " plugin instance",
226+
core.log.info("create new ", plugin_name, " plugin instance",
227227
", rule: ", core.json.delay_encode(rule, true))
228228

229229
if not conf.policy or conf.policy == "local" then

0 commit comments

Comments
 (0)