<div dir="ltr">Hi , Using <pre> SLF4JBridgeHandler.removeHandlersForRootLogger(); 


 SLF4JBridgeHandler.install();<br>will remove Resource Bundle messages for JUL logging when used with Application Servers like WebSphere etc. This may cause missing of server admin messages like , Server open for e-business.<br>
<br>However in new versions of WebSphere , fix for Resource bundle lookup is added.<br><br><a href="http://www-01.ibm.com/support/docview.wss?uid=swg1PM86653">http://www-01.ibm.com/support/docview.wss?uid=swg1PM86653</a><br>
<br></pre><pre>Regards<br>Rishi Madan<br><br></pre><pre><br><br></pre></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Dec 4, 2013 at 7:02 AM, Marshall Pierce <span dir="ltr"><<a href="mailto:marshall@mpierce.org" target="_blank">marshall@mpierce.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On Dec 3, 2013, at 5:27 PM, John Lussmyer <<a href="mailto:john@teamunify.com">john@teamunify.com</a>> wrote:<br>

<br>
> We have a large existing app that has several HttpServlets. These are currently written using log4j logging - except a few of the libs that were written with Java.util.logging uses.<br>
><br>
> I'd REALLY REALLY like to get them all going through the log4j handling and output formatting.<br>
><br>
> It looks like I should be able to use slf4j to do this - but I can't find any actual documentation on HOW. Just lots of "yeah, it can do things like that". I've added slf4j-api.jar, slf4j-log4j12.jar and jul-to=slf4j.jar to my class path.<br>

><br>
> Since this doesn't seem to be handling the JUL logging (still coming out in it's own format), there must be something specific that needs to be done to get things hooked up/started - but I haven't been able to find the docs on exactly WHAT is needed.<br>

<br>
</div></div>Sounds like the notes in <a href="http://www.slf4j.org/api/org/slf4j/bridge/SLF4JBridgeHandler.html" target="_blank">http://www.slf4j.org/api/org/slf4j/bridge/SLF4JBridgeHandler.html</a> should do the trick.<br>

_______________________________________________<br>
slf4j-user mailing list<br>
<a href="mailto:slf4j-user@qos.ch">slf4j-user@qos.ch</a><br>
<a href="http://mailman.qos.ch/mailman/listinfo/slf4j-user" target="_blank">http://mailman.qos.ch/mailman/listinfo/slf4j-user</a><br>
</blockquote></div><br></div>