Hi all,

Usually my application compiles 6 permutations in around 30 seconds. I
added gwt-log to my project and added the following in the .gwt.xml:

<inherits name="com.allen_sauer.gwt.log.gwt-log-DEBUG" />

The above addition to the xml file didn't change the permutation
count, and kept the compilation at around 30 seconds.

But, if I add the following instead:
  <inherits name="com.allen_sauer.gwt.log.gwt-log-OFF" />
  <extend-property name="log_level" values="DEBUG"/>

It started to say 12 permutations and take around 1 minute to
compile.

Can someone explain to me why that is valid, and why would it increase
permutations if I wanted to add ?log_level=DEBUG to the URL for gwt-
log.

Thanks.

--

You received this message because you are subscribed to the Google Groups 
"gwt-log" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/gwt-log?hl=en.


Reply via email to