[JAVA-32976] Fix integration test for spring-reactive-client (#16345)

This commit is contained in:
Harry9656
2024-04-19 08:30:17 +02:00
committed by GitHub
parent d2e7eab43e
commit c5f26cf59a
2 changed files with 5 additions and 0 deletions
@@ -198,6 +198,7 @@
<kotlin-stdlib.version>2.0.0-Beta4</kotlin-stdlib.version>
<johnzon-jsonb.version>2.0.0</johnzon-jsonb.version>
<jakarta.json-api.version>2.1.3</jakarta.json-api.version>
<logback.configurationFileName>logback.xml</logback.configurationFileName>
</properties>
</project>
@@ -9,6 +9,10 @@
<logger name="org.springframework" level="INFO" />
<logger name="com.baeldung.reactive.logging.jetty" level="DEBUG"/>
<logger name="reactor.netty.http.client.HttpClient" level="DEBUG"/>
<logger name="com.baeldung.reactive.logging" level="DEBUG"/>
<root level="INFO">
<appender-ref ref="stdout" />
</root>