Skip to content

Commit bd52a40

Browse files
committed
test: enable info logs
1 parent 7911ddb commit bd52a40

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

embedded-kafka-schema-registry/src/test/resources/log4j.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
log4j.rootLogger=off
1+
log4j.rootLogger=info, stdout
22

33
log4j.appender.stdout=org.apache.log4j.ConsoleAppender
44
log4j.appender.stdout.layout=org.apache.log4j.PatternLayout

kafka-streams/src/test/resources/log4j.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
log4j.rootLogger=off
1+
log4j.rootLogger=info, stdout
22

33
log4j.appender.stdout=org.apache.log4j.ConsoleAppender
44
log4j.appender.stdout.layout=org.apache.log4j.PatternLayout

0 commit comments

Comments
 (0)