报错
springboot接入logback 报了一个这个错
ERROR in ch.qos.logback.core.joran.action.AppenderRefAction - Could not find an appender named [DEBUG_FILE]. Did you define it below instead of above in the configuration file?
问题所在
logback配置文件配置错误
这其中配置的ref需要和自己定义的appender一一对应
修改后正常启动
logback Did you define it below instead of above in the configuration file?
最新推荐文章于 2024-12-09 20:22:16 发布