Fixed a typo in semaphore isolation

This commit is contained in:
Marcin Grzejszczak
2018-05-25 09:03:49 +02:00
parent b4a03603fd
commit 00c8b07091
2 changed files with 2 additions and 1 deletions

View File

@@ -76,7 +76,7 @@ import static org.assertj.core.api.BDDAssertions.then;
"feign.hystrix.enabled=true",
"spring.sleuth.http.legacy.enabled=true",
"hystrix.command.default.execution.isolation.thread.timeoutInMilliseconds=60000",
"hystrix.command.default.execution.isolation.strategy=SEMPAHORE"})
"hystrix.command.default.execution.isolation.strategy=SEMAPHORE"})
@DirtiesContext
public class FeignClientServerErrorTests {

View File

@@ -17,6 +17,7 @@
<configuration>
<include resource="org/springframework/boot/logging/logback/base.xml"/>
<logger name="feign" level="DEBUG"/>
<logger name="org.springframework.cloud.sleuth" level="TRACE"/>
<logger name="org.springframework.boot.autoconfigure.logging" level="INFO"/>
<logger name="org.springframework.cloud.sleuth.log" level="DEBUG"/>