Skip to content

Commit 6bab80a

Browse files
committed
squash: try using properties file instead
1 parent 53ab967 commit 6bab80a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,8 @@ jobs:
153153
env:
154154
ZOOKEEPER_CLIENT_PORT: 2181
155155
ZOOKEEPER_TICK_TIME: 2000
156-
ZOO_LOG4J_PROP: "ERROR,CONSOLE"
156+
volumes:
157+
- ./github/services/zookeeper/log4j.properties:/etc/kafka/log4j.properties
157158
kafka:
158159
image: confluentinc/cp-kafka:latest
159160
ports:

0 commit comments

Comments
 (0)