The springboot project outputs logs normally in the window environment, but docker deployment in the linux environment does not output log files.

A simple jar package wastes a whole morning.

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

Guess you like

Origin blog.csdn.net/qq_41060647/article/details/129403369