mirror of https://github.com/apache/kafka.git
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:
parent
c32c167e04
commit
93499df6e9
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue