Are you using the Roo/RequestFactory stuff? The RequestFactoryLogHandler takes a level in it's constructor, and it doesn't send messages below that level across the wire - I believe that in DynaTableRF and the generated roo scaffold app, WARNING is the default level that is passed in.
- Unnur On Oct 25, 9:58 am, Rud <[email protected]> wrote: > This is also mentioned over in the GAE > group:http://groups.google.com/group/google-appengine-java/browse_frm/threa... > > I just tested the GAE 1.3.7 and 1.3.8 libraries. The .7loggingworks > but the .8 does not. > > Rudhttp://www.mysticlakesoftware.com > > On Oct 25, 8:40 am, madein <[email protected]> wrote: > > > > > > > > > Hi Rud, > > I have the same problem with my env. I've recently spent a number of > > hours trying to find root cause or workaround but without success... > > I've also created completely new HelloWorld project to confirm that > > sarver-sideloggingis not working - logs are printed out only for > > warnings and severe levels. > > > Today I've reverted my project to Gwt2.0.3 and... logs work again. > > > If I'm missing something could you guide me how to makeloggingback? > > Otherwise feel free to issue TR/bug on my behalf ;) > > > Cheers, > > /m > > > On Oct 25, 5:10 am, Rud <[email protected]> wrote: > > > > I have server sideloggingworking in my application but cannot > > > control the level except for WARNING and SEVERE inlogging.properties. > > > I have a 'warn' and 'info' levelloggingmessage. If I set SEVERE, > > > nothing shows in the log. If I set anything else then the 'warn' is > > > output but not the 'info'. This is true even if I put FINE or FINEST > > > as the level in the properties. > > > > I also tried setting the level programatically but without success. > > > > Am I missing something? > > > > This is on my machine in development mode, not live on the web. > > > > Rudhttp://www.mysticlakesoftware.com -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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/google-web-toolkit?hl=en.
