This is an automated email from the ASF dual-hosted git repository.

mjsax pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/trunk by this push:
     new d619cc5b88c KAFKA-19058 Running the streams/streams-scala module tests 
produces a streams-scala.log (#19324)
d619cc5b88c is described below

commit d619cc5b88ccbe0a4b9de66c229f963c08e11e9b
Author: Ken Huang <[email protected]>
AuthorDate: Thu Apr 3 03:12:16 2025 +0800

    KAFKA-19058 Running the streams/streams-scala module tests produces a 
streams-scala.log (#19324)
    
    Remove streams-scala module log4j2 file appender.
    
    Reviewers: PoAn Yang <[email protected]>, Matthias J. Sax 
<[email protected]>
---
 streams/streams-scala/src/test/resources/log4j2.yaml | 16 ++++------------
 1 file changed, 4 insertions(+), 12 deletions(-)

diff --git a/streams/streams-scala/src/test/resources/log4j2.yaml 
b/streams/streams-scala/src/test/resources/log4j2.yaml
index 6e1d18834be..8c33fae786b 100644
--- a/streams/streams-scala/src/test/resources/log4j2.yaml
+++ b/streams/streams-scala/src/test/resources/log4j2.yaml
@@ -21,20 +21,12 @@ Configuration:
 
   Appenders:
     Console:
-      name: A1
-    RollingFile:
-      - name: R
-        fileName: logs/kafka-streams-scala.log
-        filePattern: "streams-scala-%d{yyyy-MM-dd}.log"
-        PatternLayout:
-          pattern: "${logPattern}"
-        SizeBasedTriggeringPolicy:
-          size: "100KB"
-        DefaultRolloverStrategy:
-          max: 1
+      name: STDOUT
+      PatternLayout:
+        pattern: "${logPattern}"
 
   Loggers:
     Root:
       level: INFO
       AppenderRef:
-        - ref: R
+        - ref: STDOUT

Reply via email to