Skip to content

Commit

Permalink
set root log level to WARN
Browse files Browse the repository at this point in the history
  • Loading branch information
manos committed Jul 10, 2017
1 parent 5ef819f commit 7970c54
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions restdude-boot/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@ spring:
add-mappings: true
logging:
level:
root: debug
root: WARN
com.yahoo.elide.core: WARN
org.springframework.security: debug
org.springframework.security: WARN
springfox.documentation.schema.property.CachingModelPropertiesProvider: ERROR
com.restdude: debug
com.restdude: WARN


server:
Expand Down

0 comments on commit 7970c54

Please sign in to comment.