<div class="gmail_quote"><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Hi All, <br><br>I am looking for help in including outside file in logback.xml. It works when I use absolute path but does not work when I use relative path. I am using logback version 0.9.20. Below is the suedo code I am writing. LOGBACK_FILE_PATH is defined in env.properties. I also tried with &lt;include resource=&quot; &quot;&gt; but it does not work either.<br>

<br>&lt;configuration&gt;<br>&lt;property resource=&quot;env.properties&quot; /&gt;<br>  &lt;include file=&quot;${LOGBACK_FILE_PATH}/backendlogback.xml&quot;/&gt;<br>       <br>&lt;/configuration&gt;<br><br>Any help is appreciated.<br>

<br>Thanks &amp; Regards,<br><font color="#888888">Renuka <br>
</font></blockquote></div><br>