GWT plugin on FF10 Linux spewing log output

2012-03-23 Thread Steve J
When I run my application in devmode on Firefox10 (Linux x86_64) I get
debug spam in the window where I ran firefox:

Waiting for response, flushed output
Socket::emptyWriteBuf: len=3
Waiting for response, flushed output
Socket::emptyWriteBuf: len=29
Waiting for response, flushed output
Socket::emptyWriteBuf: len=14
Waiting for response, flushed output
Socket::emptyWriteBuf: len=27
endlessly ...

This slows down devmode quite a bit.

After redirecting firefox output to /dev/null, performance is much
better.  But I imagine it could be better still if the plugin did not
spew so many logs.

So, is there a setting to control the plugin log level?  I have the
GWT log level set to Info in my eclipse project properties.

Steve

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT plugin on FF10 Linux spewing log output

2012-03-23 Thread Alan Leung
It is a compile time flag.

I accidentally turned it on in one of the build. It should go away if you
update or download the latest one from SVN.

-Alan



On Fri, Mar 23, 2012 at 3:59 PM, Steve J stevejankow...@gmail.com wrote:

 When I run my application in devmode on Firefox10 (Linux x86_64) I get
 debug spam in the window where I ran firefox:

 Waiting for response, flushed output
 Socket::emptyWriteBuf: len=3
 Waiting for response, flushed output
 Socket::emptyWriteBuf: len=29
 Waiting for response, flushed output
 Socket::emptyWriteBuf: len=14
 Waiting for response, flushed output
 Socket::emptyWriteBuf: len=27
 endlessly ...

 This slows down devmode quite a bit.

 After redirecting firefox output to /dev/null, performance is much
 better.  But I imagine it could be better still if the plugin did not
 spew so many logs.

 So, is there a setting to control the plugin log level?  I have the
 GWT log level set to Info in my eclipse project properties.

 Steve

 --
 You received this message because you are subscribed to the Google Groups
 Google Web Toolkit group.
 To post to this group, send email to google-web-toolkit@googlegroups.com.
 To unsubscribe from this group, send email to
 google-web-toolkit+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.



-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.