Skip to content

Commit

Permalink
ci: Silence Kafka Logs
Browse files Browse the repository at this point in the history
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
  • Loading branch information
arielvalentin committed Jan 31, 2025
1 parent 4db8fc9 commit 69a0387
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-instrumentation-with-services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ jobs:
env:
ZOOKEEPER_CLIENT_PORT: 2181
ZOOKEEPER_TICK_TIME: 2000
ZOO_LOG4J_PROP: "ERROR,CONSOLE"
kafka:
image: confluentinc/cp-kafka:latest
ports:
Expand All @@ -153,6 +154,7 @@ jobs:
KAFKA_LISTENER_SECURITY_PROTOCOL_MAP: PLAINTEXT:PLAINTEXT,PLAINTEXT_HOST:PLAINTEXT
KAFKA_INTER_BROKER_LISTENER_NAME: PLAINTEXT
KAFKA_OFFSETS_TOPIC_REPLICATION_FACTOR: 1
KAFKA_LOG4J_LOGGERS: "org.apache.kafka=ERROR"

instrumentation_redis:
strategy:
Expand Down

0 comments on commit 69a0387

Please sign in to comment.