Skip to content

Commit 4765bb2

Browse files
committed
squash: does this work
1 parent b2ed72f commit 4765bb2

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/ci-instrumentation-with-services.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -136,18 +136,19 @@ jobs:
136136
image: confluentinc/cp-zookeeper:latest
137137
ports:
138138
- 2181:2181
139+
options: >-
140+
--log-driver=none
139141
env:
140142
ZOOKEEPER_CLIENT_PORT: 2181
141143
ZOOKEEPER_TICK_TIME: 2000
142144
CONFLUENT_SUPPORT_METRICS_ENABLE: "false"
143-
KAFKA_LOG4J_ROOT_LOGLEVEL: ERROR
144-
KAFKA_LOG4J_LOGGERS: "org.apache.zookeeper=ERROR,org.apache.kafka=ERROR"
145-
KAFKA_OPTS: "-Dlog4j.rootLogger=ERROR,stdout -Dkafka.logs.dir=/dev/null"
146145
kafka:
147146
image: confluentinc/cp-kafka:7.9.1
148147
ports:
149148
- 9092:9092
150149
- 29092:29092
150+
options: >-
151+
--log-driver=none
151152
env:
152153
KAFKA_BROKER_ID: 1
153154
KAFKA_ZOOKEEPER_CONNECT: zookeeper:2181
@@ -156,10 +157,6 @@ jobs:
156157
KAFKA_INTER_BROKER_LISTENER_NAME: PLAINTEXT
157158
KAFKA_OFFSETS_TOPIC_REPLICATION_FACTOR: 1
158159
CONFLUENT_SUPPORT_METRICS_ENABLE: "false"
159-
KAFKA_LOG4J_ROOT_LOGLEVEL: ERROR
160-
KAFKA_LOG4J_LOGGERS: "org.apache.zookeeper=ERROR,org.apache.kafka=ERROR,state.change.logger=ERROR,kafka.controller=ERROR"
161-
KAFKA_TOOLS_LOG4J_LOGLEVEL: ERROR
162-
KAFKA_OPTS: "-Dlog4j.rootLogger=ERROR,stdout -Dlog4j.logger.org.apache.zookeeper=ERROR -Dlog4j.logger.org.apache.kafka=ERROR -Dkafka.logs.dir=/dev/null"
163160

164161
instrumentation_redis:
165162
strategy:

0 commit comments

Comments
 (0)