KAFKA-18924 Running the storage module tests produces a storage/storage.log file (#19147)

Change log4j2 logging directory to `build/kafka-storage-test/`

Reviewers: Sanskar Jhajharia <sjhajharia@confluent.io>, Chia-Ping Tsai <chia7712@gmail.com>
This commit is contained in:
Ken Huang 2025-03-15 05:20:45 +08:00 committed by GitHub
parent c32c167e04
commit 93499df6e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -28,8 +28,8 @@ Configuration:
pattern: "${logPattern}"
RollingFile:
- name: FileAppender
fileName: storage.log
filePattern: "storage-%d{yyyy-MM-dd}.log"
fileName: build/kafka-storage-test/storage.log
filePattern: "build/kafka-storage-test/storage-%d{yyyy-MM-dd}.log"
PatternLayout:
pattern: "${fileLogPattern}"
TimeBasedTriggeringPolicy: