Hello gwt users,

I can see my usual stderr messages from my default gwt classes. However, if 
I use the Executor Service to run the jobs, the stderr messages seems to 
get lost in limbo.

I am using standard java logging classes.

Is this a limitation of gwt/tomcat, or simply my misconfigurations?

my logging.properties is simply:

> # The following creates two handlers
>
> handlers = java.util.logging.ConsoleHandler, java.util.logging.FileHandler
>
>     
>
> # Set the level for the root logger
>
> .level = INFO
>
>     
>
> # Set the level for ConsoleHandler
>
> java.util.logging.ConsoleHandler.level = INFO
>
>     
>
> # Set the logging level for FileHandler
>
> java.util.logging.FileHandler.level = INFO
>
>     
>
> # Set the formatter for ConsoleHandler
>
> java.util.logging.ConsoleHandler.formatter = 
> java.util.logging.SimpleFormatter
>

Thank you very much for your help. 

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/JzTspUInM3EJ.
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.

Reply via email to