soulbird commented on code in PR #9210:
URL: https://github.com/apache/apisix/pull/9210#discussion_r1156629890


##########
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()
+    local custom_file_name = core.config.local_conf()

Review Comment:
   Is there a special function to determine the log file name, access.log or 
other custom names, and then delete DEFAULT_ACCESS_LOG_FILENAME?



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