Hi,<br><br>Does variable substitution works in a whole logback.xml? I&#39;m using version <a href="http://0.9.9." target="_blank">0.9.9.</a> <br><br>It works here:<br>&lt;configuration&gt;<br>&nbsp; &lt;include file=&quot;${filec}&quot;/&gt;<br>

&lt;/configuration&gt;<br><br>and it works here:<br>&lt;include file=&quot;${user.pal}&quot; /&gt;<br><br>but not here:<br>&nbsp; &lt;root&gt;<br>&nbsp;&nbsp;&nbsp; &lt;level value=&quot;${logger.level}&quot; /&gt;<br>&nbsp;&nbsp;&nbsp; &lt;appender-ref ref=&quot;redirectConsole&quot; /&gt;<br>
&nbsp; &lt;/root&gt;<br><br>Should it work also in &lt;level section? I&#39;m asking because I&#39;d like to configure different levels on different machines<br><br>Thanks<br>