Author: taylor
Date: Thu Feb 22 00:23:16 2007
New Revision: 510439

URL: http://svn.apache.org/viewvc?view=rev&rev=510439
Log:
general cleanup, turn down debugging level for release

Modified:
    
portals/jetspeed-2/trunk/components/portal/src/java/org/apache/jetspeed/request/JetspeedRequestContext.java
    portals/jetspeed-2/trunk/src/webapp/WEB-INF/conf/Log4j.properties

Modified: 
portals/jetspeed-2/trunk/components/portal/src/java/org/apache/jetspeed/request/JetspeedRequestContext.java
URL: 
http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/components/portal/src/java/org/apache/jetspeed/request/JetspeedRequestContext.java?view=diff&rev=510439&r1=510438&r2=510439
==============================================================================
--- 
portals/jetspeed-2/trunk/components/portal/src/java/org/apache/jetspeed/request/JetspeedRequestContext.java
 (original)
+++ 
portals/jetspeed-2/trunk/components/portal/src/java/org/apache/jetspeed/request/JetspeedRequestContext.java
 Thu Feb 22 00:23:16 2007
@@ -657,7 +657,7 @@
             PortalSiteSessionContext sessionContext = 
(PortalSiteSessionContext)getSessionAttribute(ProfilerValveImpl.PORTAL_SITE_SESSION_CONTEXT_ATTR_KEY);
             PortalSiteRequestContext requestContext = 
sessionContext.newRequestContext(locators, true, true);
             ContentPage cpage = new 
ContentPageImpl(requestContext.getManagedPage());
-            System.out.println("page is " + cpage.getPath());
+            //System.out.println("page is " + cpage.getPath());
             this.setPage(realPage);            
             this.setPath(pathSave);
             return cpage;

Modified: portals/jetspeed-2/trunk/src/webapp/WEB-INF/conf/Log4j.properties
URL: 
http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/src/webapp/WEB-INF/conf/Log4j.properties?view=diff&rev=510439&r1=510438&r2=510439
==============================================================================
--- portals/jetspeed-2/trunk/src/webapp/WEB-INF/conf/Log4j.properties (original)
+++ portals/jetspeed-2/trunk/src/webapp/WEB-INF/conf/Log4j.properties Thu Feb 
22 00:23:16 2007
@@ -24,16 +24,16 @@
 # If we don't know the logging facility, put it into the jetspeed.log
 # 
 #
-log4j.rootLogger = INFO, jetspeed
+log4j.rootLogger = ERROR, jetspeed
 
 #
 # Jetspeed goes into Jetspeed Log
 #
-log4j.category.org.apache.jetspeed = DEBUG, jetspeed
+log4j.category.org.apache.jetspeed = ERROR, jetspeed
 log4j.additivity.org.apache.jetspeed = false
 
 
-log4j.category.org.apache.jetspeed.tools = DEBUG, jetspeed
+log4j.category.org.apache.jetspeed.tools = ERROR, jetspeed
 log4j.additivity.org.apache.jetspeed.tools = false
 
 log4j.category.org.apache.commons.digester = ERROR, digester
@@ -49,32 +49,32 @@
 #
 # OJB Logfile
 #
-log4j.category.org.apache.ojb= INFO, ojb
+log4j.category.org.apache.ojb= ERROR, ojb
 log4j.additivity.org.apache.ojb= false
 
 #
 # Scheduler Category
 #
-log4j.category.scheduler = INFO, scheduler
+log4j.category.scheduler = ERROR, scheduler
 log4j.additivity.scheduler = false
 
 #
 # Pluto Category
 #
-log4j.category.org.apache.pluto = INFO, PLUTO, console
+log4j.category.org.apache.pluto = ERROR, PLUTO, console
 log4j.additivity.org.apache.pluto = false
 
 #
 # Deployment Category
 #
-log4j.category.deployment = INFO, DEPLOYMENT, console
+log4j.category.deployment = ERROR, DEPLOYMENT, console
 log4j.additivity.deployment = false
 
 
 #
 # Console Category
 #
-log4j.category.console = INFO, console
+log4j.category.console = ERROR, console
 log4j.additivity.console = false
 
 ########################################################################



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to