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
Post a Comment