Spring Boot 默认使用logback作为日志框架
在 application.yml 文件中,简单配置一下
#logback配置信息
logging:
level: info
日志配置
原文:http://www.cnblogs.com/sherrykid/p/6419525.html