commit | 35511b97d65f25a4a9a20b57e4fa7fc70bc6632f | [log] [tgz] |
---|---|---|
author | 刘洪青 <hongqing.liu@supwisdom.com> | 周四 7月 26 15:00:07 2018 +0800 |
committer | 刘洪青 <hongqing.liu@supwisdom.com> | 周四 8月 02 15:44:34 2018 +0800 |
tree | 06ad913ab869a4b86a179a96d66ea3fa1535e465 | |
parent | 94a8dd09cea92d67a056fa8f9f2b8c47580e1ba6 [diff] |
修改日志输出配置
diff --git a/samples/security/src/main/resources/application.properties b/samples/security/src/main/resources/application.properties index ffc5d59..cd46270 100755 --- a/samples/security/src/main/resources/application.properties +++ b/samples/security/src/main/resources/application.properties
@@ -3,7 +3,7 @@ ## logging logging.level.root=INFO logging.level.org.springframework.web=INFO -logging.level.com.supwisdom.leaveschool.security=DEBUG +logging.level.com.supwisdom.leaveschool=DEBUG ## thymeleaf spring.thymeleaf.cache=false