monkeyDluffy6017 commented on code in PR #9619: URL: https://github.com/apache/apisix/pull/9619#discussion_r1245016160
########## apisix/plugins/log-rotate.lua: ########## @@ -46,8 +46,10 @@ local COMPRESSION_FILE_SUFFIX = ".tar.gz" -- compression file suffix local rotate_time local default_logs local enable_compression = false -local DEFAULT_ACCESS_LOG_FILENAME = "access.log" -local DEFAULT_ERROR_LOG_FILENAME = "error.log" +local DEFAULT_ACCESS_LOG_FILEPATH = "logs/access.log" +local DEFAULT_ERROR_LOG_FILEPATH = "logs/error.log" +local custom_access_log_filename +local custom_error_log_filename Review Comment: Should this be `custom_xx_log_filepath` too? -- 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]
