springboot项目在window环境正常输出日志,linux环境docker部署不输出日志文件

简简单单一个jar包,废了一上午时间。

<dependency>
            <groupId>ch.qos.logback</groupId>
            <artifactId>logback-classic</artifactId>
            <version>1.2.3</version>
</dependency>

猜你喜欢

转载自blog.csdn.net/qq_41060647/article/details/129403369