fix unstable tests in libraries-http-2

This commit is contained in:
Loredana Crusoveanu
2020-11-24 17:13:44 +02:00
parent bd5891852c
commit d3ee95024f
7 changed files with 131 additions and 53 deletions
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
<encoder>
<pattern>%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n
</pattern>
</encoder>
</appender>
<root level="INFO">
<appender-ref ref="STDOUT" />
</root>
</configuration>