Skip to content

Commit 53ab967

Browse files
committed
ci: Silence Kafka Logs
They are a bit verbose and make it difficult to inspect test output when it is mixed in with service logs Hopefully this will help us a bit
1 parent 07c9cf4 commit 53ab967

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ jobs:
153153
env:
154154
ZOOKEEPER_CLIENT_PORT: 2181
155155
ZOOKEEPER_TICK_TIME: 2000
156+
ZOO_LOG4J_PROP: "ERROR,CONSOLE"
156157
kafka:
157158
image: confluentinc/cp-kafka:latest
158159
ports:
@@ -165,6 +166,7 @@ jobs:
165166
KAFKA_LISTENER_SECURITY_PROTOCOL_MAP: PLAINTEXT:PLAINTEXT,PLAINTEXT_HOST:PLAINTEXT
166167
KAFKA_INTER_BROKER_LISTENER_NAME: PLAINTEXT
167168
KAFKA_OFFSETS_TOPIC_REPLICATION_FACTOR: 1
169+
KAFKA_LOG4J_LOGGERS: "org.apache.kafka=ERROR"
168170

169171
instrumentation_redis:
170172
strategy:

0 commit comments

Comments
 (0)