Skip to content

Commit 2a5d553

Browse files
cicoylejavier-aliaga
authored andcommitted
debug -> info
Signed-off-by: Cassandra Coyle <[email protected]>
1 parent 25b4d4a commit 2a5d553

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-examples/consumer-app/src/test/java/io/dapr/springboot/examples/consumer/DaprTestContainersConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ public DaprContainer daprContainer(Network daprNetwork, RabbitMQContainer rabbit
9393
.withAppName("consumer-app")
9494
.withNetwork(daprNetwork).withComponent(new Component("pubsub",
9595
"pubsub.rabbitmq", "v1", rabbitMqProperties))
96-
.withDaprLogLevel(DaprLogLevel.DEBUG)
96+
.withDaprLogLevel(DaprLogLevel.INFO)
9797
.withLogConsumer(outputFrame -> System.out.println(outputFrame.getUtf8String()))
9898
.withAppPort(8081).withAppChannelAddress("host.testcontainers.internal")
9999
.withReusablePlacement(reuse)

0 commit comments

Comments
 (0)