I have a requirement to deploy two different spring boot application in one weblogic server, we are using one log4j2.xml in both applications which is copied in the class path. Now i want to separate the log4j2.xml for each application. I tried by giving this property logging.config=log4j2-app1.xml in application.properties file, but its not working. Please suggest how to handle this suituation