Adjust logging to catch sporadic PERF build failure

This commit is contained in:
Rossen Stoyanchev
2017-12-01 10:11:51 -05:00
parent 7368f58518
commit 44c95a4736

View File

@@ -11,6 +11,7 @@
<!-- temporarily while we resolve random failures -->
<Logger name="org.springframework.web.reactive.socket.WebSocketIntegrationTests" level="debug" />
<Logger name="org.springframework.web.reactive.socket.adapter" level="trace" />
<Logger name="reactor" level="info" />
<Logger name="io.reactivex" level="info" />