Hi,<br><br>Does variable substitution works in a whole logback.xml? I'm using version <a href="http://0.9.9." target="_blank">0.9.9.</a> <br><br>It works here:<br><configuration><br> <include file="${filec}"/><br>
</configuration><br><br>and it works here:<br><include file="${user.pal}" /><br><br>but not here:<br> <root><br> <level value="${logger.level}" /><br> <appender-ref ref="redirectConsole" /><br>
</root><br><br>Should it work also in <level section? I'm asking because I'd like to configure different levels on different machines<br><br>Thanks<br>