chia7712 commented on code in PR #19147: URL: https://github.com/apache/kafka/pull/19147#discussion_r1989264220
########## storage/src/test/resources/log4j2.yaml: ########## @@ -28,8 +28,8 @@ Configuration: pattern: "${logPattern}" RollingFile: - name: FileAppender - fileName: storage.log - filePattern: "storage-%d{yyyy-MM-dd}.log" + fileName: /tmp/kafka-storage-test/storage.log Review Comment: It appears the log files are intended for debugging test failures. Therefore, placing these files in the 'build' directory, which is cleaned by the cleanTest task, would be a more appropriate location. -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org