I need to have different ROOT logger levels (INFO,DEBUG,WARN,etc) to different appenders (file..) <br><br>something like: <br><br><br>&lt;configuration&gt;<br>&nbsp;&nbsp;  <br>&lt;!--&nbsp; .....&nbsp; appender defintitions ---- &gt;<br><br>
&nbsp; &lt;root&gt;<br>&nbsp;&nbsp;&nbsp; &lt;level value=&quot;debug&quot; /&gt;<br>&nbsp;&nbsp;&nbsp; &lt;appender-ref ref=&quot;STDOUT&quot; /&gt;<br>&nbsp; &lt;/root&gt;<br><br>&nbsp;&nbsp; &lt;another root???&gt;<br>&nbsp;&nbsp;&nbsp; &lt;level value=&quot;error&quot; /&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;appender-ref ref=&quot;errorLog&quot; /&gt;<br>&nbsp;&nbsp;&nbsp;
&lt;/root&gt;<br>&nbsp; <br><br>&lt;/configuration&gt;<br clear="all"><br><br>But I&#39;m not sure how to do this syntax in the XML config file.&nbsp; Looked through the documentation and examples, and I did not see it.&nbsp; <br>Any one can help, I appreciate it...
<br><br><br>-- <br>Regards,<br><br>Alex Hoyos