Re: client logging config help with unexpected popup

2015-06-18 Thread jtran
It's been a while since your last post, but I'm now having the same exact issue as you. My target environment is RHEL 7, and I'm getting the logger popup. So far I haven't been able to disable it, but the funny thing is it doesn't appear in SDM when I'm running in my dev (Win7) environment.

Re: client logging config help with unexpected popup

2015-06-18 Thread Robert J. Carr
It turned out my problem was mostly my own doing. I was using different config files in different environments and didn't realize it. Hope your problem is this simple! -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from

Re: client logging config help with unexpected popup

2015-01-27 Thread rjcarr
So I looked at the logging module's xml files and it seems most of the things I'm disabling are disabled by default. So, I changed my module file to just be this: inherits name=com.google.gwt.logging.Logging/ set-property name=gwt.logging.logLevel value=CONFIG/ And I'm still getting the

Re: client logging config help with unexpected popup

2015-01-27 Thread rjcarr
One more note: removing the logLevel property didn't change anything, the popup still shows up. So, at that point, all I'm doing is inheriting the Logging module. inherits name=com.google.gwt.logging.Logging/ However, if I explicitly disable logging with this: set-property

Re: client logging config help with unexpected popup

2015-01-27 Thread Jens
I am not sure if that also applies to GWT 2.7 as I am using GWT trunk but I had to delete SDM caches to let changes to logging configuration take effect. When SDM starts it tells you which workDir it uses for compilation. Next to that workDir SDM also creates a cache directory named

Re: client logging config help with unexpected popup

2015-01-27 Thread Robert J. Carr
Thanks for the response, but I'm fairly certain I've never started super dev mode, certainly not on my build server, nor do I see any unexpected cache folders in my working directory. I like the idea though, maybe there is some other cache I can try? I vaguely remember seeing such a thing but I

client logging config help with unexpected popup

2015-01-26 Thread rjcarr
I'm using client logging and have been for a while. Things worked fine in 2.6 but when I switched to 2.7 I got a few logging config errors as handlers were no longer supported. After correcting these and opening my app in a browser I get a white popup window in the upper left (looks like