User: oleg    
  Date: 00/10/17 09:04:30

  Modified:    src/etc/conf jboss.jcml
  Log:
  Now it is possible to have many FileLogging entries in jboss.conf with different 
source filters
  
  Revision  Changes    Path
  1.7       +1 -1      jboss/src/etc/conf/jboss.jcml
  
  Index: jboss.jcml
  ===================================================================
  RCS file: /products/cvs/ejboss/jboss/src/etc/conf/jboss.jcml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- jboss.jcml        2000/10/15 20:52:26     1.6
  +++ jboss.jcml        2000/10/17 16:04:30     1.7
  @@ -4,7 +4,7 @@
        <mbean name="DefaultDomain:service=Logging,type=Console">
          <attribute name="Format">[{2}] {4}</attribute>
        </mbean>
  -     <mbean name="DefaultDomain:service=Logging,type=File">
  +     <mbean name="DefaultDomain:service=Logging,type=File,sources=All">
          <attribute name="LogName">server.log</attribute>
        </mbean>
        <mbean name="EJB:service=ContainerFactory">
  
  
  

Reply via email to