<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>
All,<br><br>I'm running into logging problem in our application. Here is the background about application.<br><br>APP server: JBoss 5.0.1<br>Application: RESTFul services built on RESTEasy. We use JCL and log4j in our services.(Like to switch to SLF4j since we have had a  lot of class loading issue). <br>Note: RESTEasy uses slf4j.<br><br>In Jboss start script, we redirect standard error and standard output to default.out file (2>&1 >default.out).<br><br>Problem: somehow, all service logs at INFO level go to default.out. I have put jcl-over-slf4j-1.5.8.jar and slf4j-log4j12-1.5.8.jar in JBoss lib directory. It doesn't seem to fix the problem. <br><br>Any suggestion to fix it?<br><br>Thanks,<br>Tony<br><br>                                           </div></body>
</html>