Fixed a typo in semaphore isolation
This commit is contained in:
@@ -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 {
|
||||
|
||||
|
||||
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user