Hey Jeff, thanks for the answer!<br><br>My first message was certainly not clear, the bridge is working fine. The JUL logs are making it to the log files following my log4j configuration.<br><br>Installing the bridge is the first thing I do in my code:<br>

<br><div style="margin-left: 40px;">public static void main(String[] args)<br>{<br>
    SLF4JBridgeHandler.install();<br>    .....<br>}<br><br></div>My only problem is that the logs are also still making it to the console (so I have duplicate logs in the console and in the log files), and I&#39;d like to avoid this.<br>

I could live with that but if there is a way to avoid it, it would be better...<br><br>-Phil<br>