Skip to content

Commit

Permalink
disable stc logging
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 2bdfec6 commit 5d75a25
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .azure/build-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ stages:
jobs:
- template: 'templates/jobs/build_java.yaml'
variables:
STRIMZI_TEST_CONTAINER_LOGGING_ENABLED: true
STRIMZI_TEST_CONTAINER_LOGGING_ENABLED: false
- stage: docs_build
displayName: Docs build
dependsOn: []
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ 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 5d75a25

Please sign in to comment.