I talked to another developer about this, and this is what he mentioned: He may need to be setting the system property that points to the location of the logging.properties file in his test runner. The web server gets this property set in appengine-web.xml, but if he's outside of the server, he may need to do this his own way. java -Djava.util.logging.config.file=/path/to/logging.properties ...
Can you try setting the system property by editing your test's launch configuration, and see if that makes a difference? On Fri, Sep 11, 2009 at 12:14 PM, Alejandro D. Garin <[email protected]>wrote: > > Hi Rick, > > The problem is with my testcase, the logging is working fine running > the jetty server. > I don't want to have all the JDO INFO logs for my test. > > On Fri, Sep 11, 2009 at 12:03 PM, rick <[email protected]> wrote: > > > > Hi Alejandro, > > What entry do you have in your appengine-web.xml file ? > > look at > > http://code.google.com/appengine/docs/java/runtime.html#logging > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine for Java" 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-appengine-java?hl=en -~----------~----~----~----~------~----~------~--~---
