Revision: 8433
Author: [email protected]
Date: Wed Jul 28 18:21:23 2010
Log: Turn off logging in bikeshed, till Unnur commits her bytecode rewriting fix. At
the moment, dev mode refresh is broken.

Patch by: amitmanjhi,unnurg
Review by: unnurg

http://code.google.com/p/google-web-toolkit/source/detail?r=8433

Modified:
 /trunk/bikeshed/src/com/google/gwt/sample/expenses/gwt/Scaffold.gwt.xml
/trunk/user/src/com/google/gwt/requestfactory/client/impl/RequestFactoryJsonImpl.java

=======================================
--- /trunk/bikeshed/src/com/google/gwt/sample/expenses/gwt/Scaffold.gwt.xml Mon Jul 26 15:35:20 2010 +++ /trunk/bikeshed/src/com/google/gwt/sample/expenses/gwt/Scaffold.gwt.xml Wed Jul 28 18:21:23 2010
@@ -18,14 +18,13 @@
 <module rename-to="scaffold">
   <inherits name="com.google.gwt.user.User" />
   <inherits name="com.google.gwt.user.theme.standard.Standard" />
-  <inherits name="com.google.gwt.logging.Logging"/>

   <inherits name="com.google.gwt.sample.expenses.gwt.ExpensesCommon" />
<entry-point class="com.google.gwt.sample.expenses.gwt.client.Scaffold" />

   <!-- Logging Configuration -->
<!-- Right now, App Engine Dev Mode logging is borken for everything other
-       than the system handler, so only that one is enabled for now -->
+       than the system handler, so only that one is enabled for now
   <set-property name="gwt.logging.enabled" value="TRUE"/>
   <set-property name="gwt.logging.logLevel" value="INFO"/>
   <set-property name="gwt.logging.consoleHandler" value="DISABLED" />
@@ -35,5 +34,5 @@
   <set-property name="gwt.logging.popupHandler" value="DISABLED" />
   <set-property name="gwt.logging.systemHandler" value="ENABLED" />
   <set-property name="gwt.logging.simpleRemoteHandler" value="DISABLED" />
-
+ -->
 </module>
=======================================
--- /trunk/user/src/com/google/gwt/requestfactory/client/impl/RequestFactoryJsonImpl.java Mon Jul 26 15:35:20 2010 +++ /trunk/user/src/com/google/gwt/requestfactory/client/impl/RequestFactoryJsonImpl.java Wed Jul 28 18:21:23 2010
@@ -22,7 +22,6 @@
 import com.google.gwt.http.client.RequestCallback;
 import com.google.gwt.http.client.RequestException;
 import com.google.gwt.http.client.Response;
-import com.google.gwt.requestfactory.client.RequestFactoryLogHandler;
 import com.google.gwt.requestfactory.shared.Receiver;
 import com.google.gwt.requestfactory.shared.RequestEvent;
 import com.google.gwt.requestfactory.shared.RequestEvent.State;
@@ -159,7 +158,7 @@
     // to this handler since it would cause an infinite loop.
// TODO(unnurg): Once this is all set up, ensure that the severe messages
     // in this class do not cause infinite loops during legitimate errors.
-    logger.addHandler(new RequestFactoryLogHandler(this));
+    // logger.addHandler(new RequestFactoryLogHandler(this));
     logger.severe("Successful initialization!");
   }

--
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to