Merge pull request #216

Add Spring web minimal logging config
master
Eugene E. Kashpureff Jr 8 years ago committed by GitHub
commit 480440d394
  1. 1
      libresonic-main/src/main/resources/application.properties

@ -1,3 +1,4 @@
spring.mvc.view.prefix: /WEB-INF/jsp/
spring.mvc.view.suffix: .jsp
server.error.includeStacktrace: ALWAYS
logging.level.org.springframework.web=INFO
Loading…
Cancel
Save