monkeyDluffy6017 commented on code in PR #7869:
URL: https://github.com/apache/apisix/pull/7869#discussion_r964441104
##########
apisix/plugins/log-rotate.lua:
##########
@@ -37,7 +37,9 @@ local str_format = string.format
local str_reverse = string.reverse
local tab_insert = table.insert
local tab_sort = table.sort
-
+local new_tab = require "table.new"
+local ngx_sleep = require("apisix.core.utils").sleep
+local isempty = require "table.isempty"
Review Comment:
Done
--
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]