abs007 commented on code in PR #9210:
URL: https://github.com/apache/apisix/pull/9210#discussion_r1159390075
##########
apisix/plugins/log-rotate.lua:
##########
@@ -122,7 +122,7 @@ local function tab_sort_comp(a, b)
return a > b
end
-
+-- scans the log directory and returns a sorted table of matching log files
Review Comment:
Done
##########
apisix/plugins/log-rotate.lua:
##########
@@ -265,6 +265,22 @@ local function rotate_file(files, now_time, max_kept)
end
end
+local function get_custom_logfile_name()
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]