monkeyDluffy6017 commented on code in PR #9210: URL: https://github.com/apache/apisix/pull/9210#discussion_r1165335872
########## apisix/plugins/log-rotate.lua: ########## @@ -49,6 +49,9 @@ local default_logs local enable_compression = false local DEFAULT_ACCESS_LOG_FILENAME = "access.log" local DEFAULT_ERROR_LOG_FILENAME = "error.log" +local new_access_log +local new_error_log Review Comment: custom_error_log_filename and custom_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]
