Externalizing logging in Spring Boot apps -


I am trying to extract the logging configuration. However, I install any configuration (such as -Dlogback.configurationFile = ... ) The time when I call SpringApplication.run () , it is erased. Is there any way to stop this?

'logging. Config '(or traditional location, such as' Classpath: / logback .xml'). Document here:


Comments

Popular posts from this blog

c++ - C/pp Sockets, recv()/send() works only under gdb -

GO: Serve static pages -

objective c - How to open front/back camera at the same time in iOS developing? -