You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-dev@jakarta.apache.org by vm...@apache.org on 2001/12/01 17:10:42 UTC

cvs commit: jakarta-cactus/conf/sample/conf/test/share log_client.properties log_server.properties

vmassol     01/12/01 08:10:42

  Modified:    conf/sample/conf/test/share log_client.properties
                        log_server.properties
  Log:
  prevent duplicate logs
  
  Revision  Changes    Path
  1.8       +2 -1      jakarta-cactus/conf/sample/conf/test/share/log_client.properties
  
  Index: log_client.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/conf/sample/conf/test/share/log_client.properties,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- log_client.properties	2001/12/01 14:10:59	1.7
  +++ log_client.properties	2001/12/01 16:10:42	1.8
  @@ -14,4 +14,5 @@
   # By default we don't log at the DEBUG level for Cactus log, in order not to generate too
   # many logs. However, should a problem arise and logs need to be sent to the Cactus dev team,
   # then we will ask you to change this to DEBUG.
  -log4j.category.org.apache.cactus = WARN, cactus
  +log4j.category.org.apache.cactus = DEBUG, cactus
  +log4j.additivity.org.apache.cactus=false
  
  
  
  1.8       +2 -1      jakarta-cactus/conf/sample/conf/test/share/log_server.properties
  
  Index: log_server.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/conf/sample/conf/test/share/log_server.properties,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- log_server.properties	2001/12/01 14:10:59	1.7
  +++ log_server.properties	2001/12/01 16:10:42	1.8
  @@ -14,4 +14,5 @@
   # By default we don't log at the DEBUG level for Cactus log, in order not to generate too
   # many logs. However, should a problem arise and logs need to be sent to the Cactus dev team,
   # then we will ask you to change this to DEBUG.
  -log4j.category.org.apache.cactus = WARN, cactus
  +log4j.category.org.apache.cactus = DEBUG, cactus
  +log4j.additivity.org.apache.cactus=false
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>