[JAVA-32976] Fix integration test for spring-reactive-client (#16345)
This commit is contained in:
parent
d2e7eab43e
commit
c5f26cf59a
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue