springboot 日志, 配置文件中,
logging:
level:
org.springframework.web.servlet.DispatcherServlet: INFO
com.dy.springboot.server.mapper: INFO
com.carrot.logging.service.mapper: DEBUG
com.carrot.logging.service: INFO
可以针对具体的目录,做不同的日志级别。
标签:INFO,logging,springboot,级别,日志,com From: https://www.cnblogs.com/aaacarrot/p/17145398.html