GWT 2.7 changed property value "gwt.logging.enabled" from "TRUE" to "SEVERE" (in Logging.gwt.xml) so by default app logs errors only. To get back to pre-2.7 logging behavior, set this property to "TRUE" or "WARNING" (if you want to log warnings and errors).
On Thursday, November 20, 2014 12:15:16 PM UTC+3, Jan Thewes wrote: > > Hey guys, > > we've a problem with logging since testing GWT 2.7. > We're using java.util.Logger() and with 2.7 any message trying to be > logged with WARN or lower doesn't end up in the browser console. > > What I found out is that my Logger.info(String message) call is thrown > away by the GWT compiler? > Why does this happen? > > What do I have to do to get the old behavior? > > Cheers, > Jan > -- You received this message because you are subscribed to the Google Groups "GWT Contributors" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit-contributors/bc407279-a9b3-4434-a970-bd0e71859338%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
