Relative Content

Tag Archive for javaspring-bootmavenlog4jweblogic12c

Store log4j.properties file out of the war file

I am creating a Spring boot project, I want to store my log4j.properties file out of the war file so that we don’t need to update war file again if we want to change the log file path in future.
What should I do to achieve this?