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

java - org.apache.http.ProtocolException: Target host is not specified -

java - Gradle dependencies: compile project by relative path -

ruby on rails - Object doesn't support #inspect when used with .include -