From e07ed0bd9cdbc8f9a0b59a87dd38dc80ba5b982b Mon Sep 17 00:00:00 2001 From: Spencer Gibb Date: Fri, 27 Oct 2017 15:29:37 -0400 Subject: [PATCH] Attempt to debug test in jenkins --- spring-cloud-netflix-zuul/src/test/resources/application.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/spring-cloud-netflix-zuul/src/test/resources/application.yml b/spring-cloud-netflix-zuul/src/test/resources/application.yml index 018b5cd9..2fc95e66 100644 --- a/spring-cloud-netflix-zuul/src/test/resources/application.yml +++ b/spring-cloud-netflix-zuul/src/test/resources/application.yml @@ -20,4 +20,7 @@ zuul: hystrix.command.default.execution.isolation.thread.timeoutInMilliseconds: 60000 management: context-path: /admin -endpoints.default.web.enabled: true \ No newline at end of file +endpoints.default.web.enabled: true +logging: + level: + org.springframework.cloud.netflix.zuul: DEBUG \ No newline at end of file