I have the same problem since 2.7.
There is no way to change the log level.

I tried:
- using the module property <set-property name="gwt.logging.logLevel" 
value="INFO"/>
- adding &logLevel=INFO on the url
- set logger.setLevel(Level.INFO) directly in the java code

Nothing seem to work.

Le mardi 20 janvier 2015 12:46:04 UTC+1, Константин Милютин a écrit :
>
> I've switched to 2.7 and it writes only severe level messages to console 
> by default.
> That's ok with me, but I can't change this behaviour. I tried adding the 
> following lines to my module file:
>
>     <inherits name="com.google.gwt.logging.Logging"/>
>     <set-property name="gwt.logging.enabled" value="TRUE"/>
>     <set-property name="gwt.logging.logLevel" value="INFO"/>
>     <set-property name="gwt.logging.consoleHandler" value="ENABLED"/>
>
> But it doesn't change anything, code:
>
> Logger log = Logger.getLogger(Panels.class.getName());
> log.severe("Panel got click event");
>
> prints nothing on the console.
>

-- 
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/1373abd6-30da-4233-975c-5e94a1640d7f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to