Revision: 8379
Author: [email protected]
Date: Tue Jul 13 14:36:41 2010
Log: Minor changes to the codelab, and making it so that the remote logging is disabled by default

Review by: [email protected]
http://code.google.com/p/google-web-toolkit/source/detail?r=8379

Modified:
 /trunk/user/src/com/google/gwt/logging/Logging.gwt.xml

=======================================
--- /trunk/user/src/com/google/gwt/logging/Logging.gwt.xml Wed Jun 30 12:29:28 2010 +++ /trunk/user/src/com/google/gwt/logging/Logging.gwt.xml Tue Jul 13 14:36:41 2010
@@ -129,7 +129,7 @@
   <set-property name="gwt.logging.hasWidgetsHandler" value="ENABLED" />
   <set-property name="gwt.logging.popupHandler" value="ENABLED" />
   <set-property name="gwt.logging.systemHandler" value="ENABLED" />
-  <set-property name="gwt.logging.simpleRemoteHandler" value="ENABLED" />
+  <set-property name="gwt.logging.simpleRemoteHandler" value="DISABLED" />

   <entry-point class="com.google.gwt.logging.client.LogConfiguration"/>
 </module>

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

Reply via email to