You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by mo...@apache.org on 2002/09/04 23:21:31 UTC

cvs commit: jakarta-jetspeed/webapp/WEB-INF/conf TurbineResources.properties

morciuch    2002/09/04 14:21:31

  Modified:    webapp/WEB-INF/conf TurbineResources.properties
  Log:
  Corrected log4j error occuring at startup and related to "access" logger configuration
  
  Revision  Changes    Path
  1.60      +2 -2      jakarta-jetspeed/webapp/WEB-INF/conf/TurbineResources.properties
  
  Index: TurbineResources.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/webapp/WEB-INF/conf/TurbineResources.properties,v
  retrieving revision 1.59
  retrieving revision 1.60
  diff -u -r1.59 -r1.60
  --- TurbineResources.properties	27 Aug 2002 19:24:34 -0000	1.59
  +++ TurbineResources.properties	4 Sep 2002 21:21:31 -0000	1.60
  @@ -57,7 +57,7 @@
   # An example configuration for using Log4Java, with log4j properties inline
   # The category name - at the end of this line - needs to match the logging facility name - the first log4j.
   # need this rootCategory entry to capture the torque/fulcrum etc logging
  -services.LoggingService.logforj.log4j.rootCategory = INFO, logforj, access
  +services.LoggingService.logforj.log4j.rootCategory = INFO, logforj
   
   # need this category entry for the actual jetspeed logging (I don't know why it doesn't get covered by the root category!)
   services.LoggingService.logforj.log4j.category.logforj = DEBUG, logforj
  
  
  

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