码迷,mamicode.com
首页 > 编程语言 > 详细

Spring Boot中实现logback多环境日志配置

时间:2020-03-20 13:13:42      阅读:85      评论:0      收藏:0      [点我收藏+]

标签:using   err   app   日志配置   tom   查看   als   出现   stat   

参考:

https://www.cnblogs.com/EasonJim/p/7801549.html

https://docs.spring.io/spring-boot/docs/1.5.7.RELEASE/reference/htmlsingle/#boot-features-custom-log-configuration

在根据文档配置后,出现了以下错误

Logging system failed to initialize using configuration from classpath:logback-dev.xml
java.lang.IllegalStateException: Logback configuration error detected: 
ERROR in ch.qos.logback.core.joran.spi.Interpreter@1:27 - no applicable action for [springProfile], current ElementPath  is [[springProfile]]
ERROR in ch.qos.logback.core.joran.spi.Interpreter@9:24 - no applicable action for [root], current ElementPath  is [[springProfile][root]]

 

查看官方文档中关于此错误的描述

技术图片

将logback.xml改为logback-spring.xml即可。

Spring Boot中实现logback多环境日志配置

标签:using   err   app   日志配置   tom   查看   als   出现   stat   

原文地址:https://www.cnblogs.com/huanghongbo/p/12530733.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!