Skip to content

Commit

Permalink
more debug info
Browse files Browse the repository at this point in the history
Signed-off-by: see-quick <[email protected]>
  • Loading branch information
see-quick committed Jan 13, 2025
1 parent 721be06 commit f85749c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .azure/build-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ stages:
displayName: Java build
jobs:
- template: 'templates/jobs/build_java.yaml'
variables:
STRIMZI_TEST_CONTAINER_LOGGING_ENABLED: true
- stage: docs_build
displayName: Docs build
dependsOn: []
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
import io.vertx.junit5.VertxTestContext;
import org.apache.kafka.clients.consumer.ConsumerConfig;
import org.apache.kafka.clients.producer.ProducerConfig;
import org.apache.logging.log4j.Level;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import org.junit.jupiter.api.AfterAll;
Expand Down Expand Up @@ -73,6 +74,7 @@ public abstract class HttpBridgeITAbstract {
if ("FALSE".equals(KAFKA_EXTERNAL_ENV)) {
kafkaContainer = new StrimziKafkaContainer()
.withKraft()
.withKafkaLog(Level.DEBUG)
.waitForRunning();
kafkaContainer.start();

Expand Down

0 comments on commit f85749c

Please sign in to comment.