自己尝试搭建了一个springboot项目,自定义了log日志文件,启动后报错
Logging system failed to initialize using configuration from 'logback-spring.xml'
java.io.FileNotFoundException: E:\code_demo\xxxx\logback-spring.xml (系统找不到指定的文件。)
log文件所在位置:
问题解决:在logging.config后面添加classpath,然后再指定log文件