We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53ab967 commit 6bab80aCopy full SHA for 6bab80a
.github/services/zookeeper/log4j.properties
@@ -0,0 +1,4 @@
1
+log4j.rootLogger=ERROR, CONSOLE
2
+log4j.appender.CONSOLE=org.apache.log4j.ConsoleAppender
3
+log4j.appender.CONSOLE.layout=org.apache.log4j.PatternLayout
4
+log4j.appender.CONSOLE.layout.ConversionPattern=%d{ISO8601} [%t] %-5p %c{2} (%F:%L) - %m%n
.github/workflows/ci-instrumentation-with-services.yml
@@ -153,7 +153,8 @@ jobs:
153
env:
154
ZOOKEEPER_CLIENT_PORT: 2181
155
ZOOKEEPER_TICK_TIME: 2000
156
- ZOO_LOG4J_PROP: "ERROR,CONSOLE"
+ volumes:
157
+ - ./github/services/zookeeper/log4j.properties:/etc/kafka/log4j.properties
158
kafka:
159
image: confluentinc/cp-kafka:latest
160
ports:
0 commit comments