Hello,<br><br>In my application, I have two different file appenders.  One outputs general application logging (com.mypackage set to INFO), the other outputs tracing information to a separate file (com.mypackage set to TRACE).  If I were to connect via jmx and set the com.mypackage to WARN, what would happen?  If appenders could have different logging levels, will the JMX setting overwrite both?<br>
<br>-Josh<br>