I have placed my logback.xml outside the war and have included that file in the main logback.xml.
The problem is absolute path is working with include file but relative path is not working Below is the code :
<configuration scan="true" scanPeriod="30 seconds">
<include file="..//..//..//..//logback-new.xml" />
</configuration>
included file path : C:\Users\MB0000038\Documents\vuliv-server-development - 2\theapp\logback files
resources folder inside war : C:\Users\MB0000038\Documents\vuliv-server-development - 2\theapp\AnalyticsAPI\src\main\resources
Any help appreciated