Hi Josh!<br><br><div class="gmail_quote"><div><br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">there are a couple of more categories that need to be added to make<br>

non-OMERO things silent, specifically:<br>
<br>
  <category name="com.arjuna"><br>
  <category name="javax.enterprise"><br>
  <category name="org.jnp"><br>
</blockquote><div>.... <br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
which are already in place in this log4j config file:<br>
Could you see if that works for you?</blockquote><div><br>Great, that does the job. Though, only the first category definition was in place, I had to add the other two.<br><br>Thanks! Bernhard<br><br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
~J<br>
<br>
<a href="mailto:josh.moore@gmx.de">josh.moore@gmx.de</a> writes:<br>
 ><br>
 > Bernhard Voigt writes:<br>
 >  > hi all!<br>
 ><br>
 > Hi Bernhard,<br>
 ><br>
 >  > ís there a way to turn down the logging which goes to<br>
 >  > jboss/server/default/log? i've tried to reduce the logging in log4j.xml in<br>
 >  > the omero folder prior to deployment but this only changes the output of the<br>
 >  > jboss console log. i tried to change the logging setting in<br>
 >  > jboss/server/default/conf/jboss-log4j.xml but it was not very successfull.<br>
 >  > still lots of debug messages from several classes e.g. ome.logic.AdminImpl,<br>
 >  > org.quartz.core.JobRunShell,org.springframework.jmx.support.JmxUtils and<br>
 >  > others.<br>
 ><br>
 > The jboss/server/default/conf/jboss-log4j.xml should be the proper place to<br>
 > do it. The most straight-forward way would be to add the line:<br>
 ><br>
 >   <param name="Threshold" value="INFO"/><br>
 ><br>
 > or<br>
 ><br>
 >   <param name="Threshold" value="WARN"/><br>
 ><br>
 > to the <appender name="FILE" element. You can see an example of this<br>
 > under the <appender name="CONSOLE" element. This will completely limit<br>
 > all output regardless of how the categories are configured.<br>
 ><br>
 > The other option is to individually limit each category that you are<br>
 > seeing. *However*, the spring & quarz categories should already be<br>
 > limited, which means something may be amiss. I'll look into it and get<br>
 > back to you.<br>
 ><br>
 > Cheers,<br>
 > ~Josh.<br>
 ><br>
<br></blockquote></div><br>