use this diff:

  | diff -u conf.orig/jboss-log4j.xml conf/jboss-log4j.xml
  | --- conf.orig/jboss-log4j.xml       2007-07-16 23:56:32.000000000 +0200
  | +++ conf/jboss-log4j.xml    2007-07-17 09:26:16.000000000 +0200
  | @@ -164,6 +164,16 @@
  |        <priority value="INFO"/>
  |     </category>
  |  
  | +   <!-- Hibernate got a bit too verbose in JBoss AS 4.2.1.GA -->
  | +   <category name="org.hibernate.engine.loading.LoadContexts">
  | +      <priority value="ERROR"/>
  | +   </category>
  | +
  | +   <!-- JBoss Cache likes to talk a lot -->
  | +   <category name="org.jboss.cache.interceptors.CacheLoaderInterceptor">
  | +      <priority value="ERROR"/>
  | +   </category>
  | +
  |     <!-- Limit the org.jboss.serial (jboss-serialization) to INFO as its 
DEBUG is verbose -->
  |     <category name="org.jboss.serial">
  |        <priority value="INFO"/>
  | Common subdirectories: conf.orig/props and conf/props
  | Common subdirectories: conf.orig/xmdesc and conf/xmdesc
  | 

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074336#4074336

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074336
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to