Skip to content

Commit 69a0387

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 4db8fc9 commit 69a0387

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

+2
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ jobs:
141141
env:
142142
ZOOKEEPER_CLIENT_PORT: 2181
143143
ZOOKEEPER_TICK_TIME: 2000
144+
ZOO_LOG4J_PROP: "ERROR,CONSOLE"
144145
kafka:
145146
image: confluentinc/cp-kafka:latest
146147
ports:
@@ -153,6 +154,7 @@ jobs:
153154
KAFKA_LISTENER_SECURITY_PROTOCOL_MAP: PLAINTEXT:PLAINTEXT,PLAINTEXT_HOST:PLAINTEXT
154155
KAFKA_INTER_BROKER_LISTENER_NAME: PLAINTEXT
155156
KAFKA_OFFSETS_TOPIC_REPLICATION_FACTOR: 1
157+
KAFKA_LOG4J_LOGGERS: "org.apache.kafka=ERROR"
156158

157159
instrumentation_redis:
158160
strategy:

0 commit comments

Comments
 (0)