From 9e03342690e27f39f19f0e32ea05ee2e48b13fab Mon Sep 17 00:00:00 2001 From: Spencer Gibb Date: Fri, 27 May 2016 18:13:04 -0600 Subject: [PATCH] travis logs filling up, switch to INFO --- spring-cloud-netflix-core/src/test/resources/application.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-cloud-netflix-core/src/test/resources/application.yml b/spring-cloud-netflix-core/src/test/resources/application.yml index 03e97399..4b1832d2 100644 --- a/spring-cloud-netflix-core/src/test/resources/application.yml +++ b/spring-cloud-netflix-core/src/test/resources/application.yml @@ -6,7 +6,7 @@ server: mime-types: application/xml,application/json logging: level: - org.springframework.web: DEBUG + org.springframework.web: INFO spring: application: name: testclient